summaryrefslogtreecommitdiff
path: root/test/osgi/src/BasicLibrary.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8927 Update OSGi stuff to get rid of bndlib warningRafaƂ Krzewski2014-10-231-9/+6
| | | | | | | | | | | | | | The way the desired OSGi frameworks are chosen has changed between Pax Exam versions: On earlier versions, specifying it in code was fine, but PAX Exam 4.x runs the tests on the first OSGi framework it finds on classpath. An exclusion for the transitive dependency org.osgi.core was added, because it seems that artifact has broken dependecies (which would have brought us back to square one). Good thing is that it isn't needed here, because the OSGi framework JARs contain all necessary classes.
* SI-6305 fix.Vojin Jovanovic2012-09-251-1/+1
|
* Additional OSGi tests.Josh Suereth2012-09-191-0/+37
* Ensure scala-library can be resolved on its own, and with sun.misc.Unsafe usage. * Ensure reflection works without scala-compiler.jar * Ensure ToolBox's can see all classes necessary when evaluating expressions. * Cleanup test helper for filtering in/out bundles.