Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Corona Development Test

Revision as of 16:43, 24 July 2006 by Glenn.everitt.compuware.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Container Test

Container Test Bundle (org.eclipse.corona.test.container.project)

The container test bundle assumes that Corona Server has already been started. To execute the container tests use the osgi console window and enter:

osgi> start org.eclipse.corona.test.container.project

You should see:

IOCActivator Bundleorg.eclipse.corona.test.container.project ....Starting Running container test cases


To rexecute the container test stop and re-start the container test bundle by entering:

osgi> stop org.eclipse.corona.test.container.project

You should see:

IOCActivator Bundleorg.eclipse.corona.test.container.project ....Stopping IOCActivator Bundleorg.eclipse.corona.test.container.project OSGiResourceManager Bundle:org.eclipse.corona.test.container.project Stopping 53''

Then restart as before:

osgi> start org.eclipse.corona.test.container.project

Back to the top