Just a quick reminder :-)

There is an alternate way to run the testsuite, namely by using the TProcessor Ant 
task (as announced by Michael Hartmeier a few days ago). Advantages:

- no extra script required (i.e. tprocessor.cmd not needed)
- platform-independent (same for Win and Unix)
- the "walker" is not required anymore (Ant filesets and pattern matching used instead)

Quick HOW-TO:

- copy testsuite/tp.properties.sample -> testsuite/tp.properties
- adapt tp.properties to your needs (nothing to do if using default server config)
- cd testsuite
- ant.bat -projecthelp (to view the available pre-defined targets)

Examples:

- ant.bat tp.functional
  
  equivalent to:
  tprocessor.cmd -pattern *cases\\functional* -exclude *multi-user*

- ant.bat tp.pattern -Dtp.include=functional/** -Dxdav.users=4 -Dxdav.iterations=4

  equivalent to:
  tprocessor.cmd -pattern *cases\\functional* -users 4 -iterations 4


Regards,
Peter 

> -----Original Message-----
> From: Oliver Zeigermann [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 13, 2004 13:28
> To: Slide Developers Mailing List
> Subject: Windows script to run all functional tests
> 
> 
> As there still seems to be confusion how to let functional 
> tests run I 
> have added a very simply Windows script to the testsuite/bin 
> directory. 
> This should make the test suite useable for everyone, right?
> 
> It simply does:
> 
> TProcessor.CMD -pattern *cases\\functional* -users 4 -iterations 4
> 
> I will leave the extremely tough port *n*x systems the experts ;)
> 
> Oliver
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to