root/trunk/components/blitz/test/integration.testng.xml
| Revision 1756, 405 bytes (checked in by jmoore, 17 months ago) |
|---|
| Line | |
|---|---|
| 1 | <!DOCTYPE suite SYSTEM "http://beust.com/testng/testng-1.0.dtd" > |
| 2 | |
| 3 | <suite name="blitz.integration" > |
| 4 | |
| 5 | <test name="blitz.integration.active"> |
| 6 | <groups> |
| 7 | <run> |
| 8 | <exclude name="broken"/> |
| 9 | <exclude name="ignore"/> |
| 10 | <exclude name="manual"/> |
| 11 | </run> |
| 12 | </groups> |
| 13 | <packages> |
| 14 | <package name="ome.*"/> |
| 15 | </packages> |
| 16 | </test> |
| 17 | |
| 18 | </suite> |
Note: See TracBrowser
for help on using the browser.
