Run tests in OSGi

See bug 393955: Run tests on OSGi in incubator build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=393955
diff --git a/tests/org.eclipse.rap.clientscripting.test/pom.xml b/tests/org.eclipse.rap.clientscripting.test/pom.xml
index 344ed0a..585b23d 100644
--- a/tests/org.eclipse.rap.clientscripting.test/pom.xml
+++ b/tests/org.eclipse.rap.clientscripting.test/pom.xml
@@ -23,6 +23,6 @@
 
   <artifactId>org.eclipse.rap.clientscripting.test</artifactId>
   <version>0.1.100-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
+  <packaging>eclipse-test-plugin</packaging>
 
 </project>