• 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/integration.testng.xml

Revision 1756, 405 bytes (checked in by jmoore, 17 months ago)

[OmeroBlitz] Adding Router.java to test short sessions

This is a simple implementation of a Java wrapper around the
glacier2router executable, mainly used for testing.

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.

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/