[jboss-osgi-issues] [JBoss JIRA] Commented: (JBOSGI-194) Pass enterprise samples on equinox

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Fri Dec 11 06:02:22 EST 2009


    [ https://jira.jboss.org/jira/browse/JBOSGI-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12499395#action_12499395 ] 

Thomas Diesler commented on JBOSGI-194:
---------------------------------------

$ mvn -Dframework=equinox test

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.jboss.test.osgi.example.xml.jaxb.JAXBTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.605 sec
Running org.jboss.test.osgi.example.xml.parser.SAXParserTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.109 sec
Running org.jboss.test.osgi.example.http.HttpServiceTestCase
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.854 sec
Running org.jboss.test.osgi.example.xml.parser.DOMParserTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.222 sec
Running org.jboss.test.osgi.example.event.EventAdminTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.532 sec
Running org.jboss.test.osgi.example.jndi.JNDITestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.904 sec
Running org.jboss.test.osgi.example.jta.TransactionTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.535 sec
Running org.jboss.test.osgi.example.jmx.JMXTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.887 sec
Running org.jboss.test.osgi.example.webapp.WebAppExtenderTestCase
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.533 sec
Running org.jboss.test.osgi.example.simple.SimpleTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.113 sec
Running org.jboss.test.osgi.example.simple.SimpleHuskyTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.306 sec

Results :

Tests run: 17, Failures: 0, Errors: 0, Skipped: 0


> Pass enterprise samples on equinox
> ----------------------------------
>
>                 Key: JBOSGI-194
>                 URL: https://jira.jboss.org/jira/browse/JBOSGI-194
>             Project: JBoss OSGi
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: Integration (Equinox)
>    Affects Versions: JBossOSGi 1.0.0 Beta4
>            Reporter: Thomas Diesler
>             Fix For:  JBossOSGi 1.0.0 Beta5
>
>
> All samples are currently disabled for equinox
>           <plugin>
>             <artifactId>maven-surefire-plugin</artifactId>
>             <configuration>
>               <excludes>
>                 <!-- most tests work when run individually ??? -->
>                 <exclude>${target.container.excludes}</exclude>
>                 <exclude>org/jboss/test/osgi/example/blueprint/**</exclude>
>                 <exclude>org/jboss/test/osgi/example/http/**</exclude>
>                 <exclude>org/jboss/test/osgi/example/interceptor/**</exclude>
>                 <exclude>org/jboss/test/osgi/example/jmx/**</exclude>
>                 <exclude>org/jboss/test/osgi/example/jndi/**</exclude>
>                 <exclude>org/jboss/test/osgi/example/microcontainer/**</exclude>
>                 <exclude>org/jboss/test/osgi/example/simple/**</exclude>
>                 <exclude>org/jboss/test/osgi/example/webapp/**</exclude>
>                 <exclude>org/jboss/test/osgi/example/xml/**</exclude>
>               </excludes>
>             </configuration>
>           </plugin>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-osgi-issues mailing list