• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • Last Change
  • Annotate
  • Revision Log

root/trunk/components/blitz/test/unit.testng.xml

Revision 1306, 396 bytes (checked in by jmoore, 23 months ago)

#616 Working call from C++; #601 Reverted Makefile structure; #613 Replaced servants with Interceptor!

Line 
1<!DOCTYPE suite SYSTEM "http://beust.com/testng/testng-1.0.dtd" >
2 
3<suite name="blitz.unit" >
4 
5  <test name="blitz.unit.active">
6    <groups>
7      <run>
8        <exclude name="broken"/>
9        <exclude name="ignore"/>
10        <exclude name="integration"/>
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.

Download in other formats:

  • Plain Text
  • Original Format

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/