summaryrefslogtreecommitdiff
path: root/test/osgi/src/BasicTest.scala
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2012-09-19 08:52:22 -0400
committerJosh Suereth <joshua.suereth@gmail.com>2012-09-19 08:52:22 -0400
commitac75cc4b50822988532754310d99b4c251ac2566 (patch)
tree43db206db68cdeef82845bd0e197d1bd48d51c8c /test/osgi/src/BasicTest.scala
parentfd4c197cf1c62236d2bd07f09e6866c149a10867 (diff)
downloadscala-ac75cc4b50822988532754310d99b4c251ac2566.tar.gz
scala-ac75cc4b50822988532754310d99b4c251ac2566.tar.bz2
scala-ac75cc4b50822988532754310d99b4c251ac2566.zip
Additional OSGi tests.
* 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.
Diffstat (limited to 'test/osgi/src/BasicTest.scala')
-rw-r--r--test/osgi/src/BasicTest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/osgi/src/BasicTest.scala b/test/osgi/src/BasicTest.scala
index 5ca8cc1265..109b7b911a 100644
--- a/test/osgi/src/BasicTest.scala
+++ b/test/osgi/src/BasicTest.scala
@@ -25,7 +25,7 @@ class BasicTest extends ScalaOsgiHelper {
@Configuration
def config(): Array[exam.Option] = {
// TODO - Find scala bundles.
- scalaBundles
+ standardOptions
}
@Test