Author: arnaudsimon
Date: Thu Aug 23 05:09:14 2007
New Revision: 568951

URL: http://svn.apache.org/viewvc?rev=568951&view=rev
Log:
updated for using new command line parser 

Modified:
    
incubator/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/server/queue/PersistentTestManual.java

Modified: 
incubator/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/server/queue/PersistentTestManual.java
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/server/queue/PersistentTestManual.java?rev=568951&r1=568950&r2=568951&view=diff
==============================================================================
--- 
incubator/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/server/queue/PersistentTestManual.java
 (original)
+++ 
incubator/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/server/queue/PersistentTestManual.java
 Thu Aug 23 05:09:14 2007
@@ -259,7 +259,7 @@
     {
         PersistentTestManual test;
 
-        Properties options = CommandLineParser.processCommandLine(args, new 
CommandLineParser(new String[][]{}));
+        Properties options = CommandLineParser.processCommandLine(args, new 
CommandLineParser(new String[][]{}), null);
 
 
         test = new PersistentTestManual(options);


Reply via email to