Start implementing OSGi integration tests
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 4 Jun 2009 14:33:53 +0000 (14:33 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 4 Jun 2009 14:33:53 +0000 (14:33 +0000)
commit747ed8fc0f215e55f8aa7921f6fc7c46edd53237
treec403ef9a5d2c38863e4fadc3a226614ae44ce2fd
parenta6912571bad762e9f4289e9c3ba570de225a884c
Start implementing OSGi integration tests

git-svn-id: https://svn.argeo.org/slc/trunk@2460 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
12 files changed:
integration-tests/org.argeo.slc.it.webapp/pom.xml
org.argeo.slc/pom.xml
runtime/org.argeo.slc.osgiboot/src/main/java/org/argeo/slc/osgiboot/OsgiBoot.java
runtime/org.argeo.slc.osgiboot/src/test/bundles/jars/test.jar [new file with mode: 0644]
runtime/org.argeo.slc.osgiboot/src/test/java/org/argeo/slc/osgiboot/OsgiBootNoRuntimeTest.java
runtime/org.argeo.slc.osgiboot/src/test/java/org/argeo/slc/osgiboot/OsgiBootRuntimeTest.java
runtime/org.argeo.slc.server/src/main/java/org/argeo/slc/services/impl/runtime/AgentServiceImpl.java
runtime/org.argeo.slc.support.equinox/pom.xml
runtime/org.argeo.slc.support.equinox/src/test/java/org/argeo/slc/osgi/test/AbstractOsgiRuntimeTest.java [deleted file]
runtime/org.argeo.slc.support.equinox/src/test/java/org/argeo/slc/osgi/test/AbstractOsgiRuntimeTestCase.java [new file with mode: 0644]
runtime/org.argeo.slc.support.equinox/src/test/java/org/argeo/slc/osgi/test/HelloTest.java
runtime/org.argeo.slc.support.equinox/src/test/java/org/argeo/slc/osgi/test/PlatformStartStopTest.java