[jboss-cvs] JBossCache/tests/perf/org/jboss/cache/manualtests ...
Manik Surtani
msurtani at jboss.com
Fri Feb 2 12:02:33 EST 2007
User: msurtani
Date: 07/02/02 12:02:33
Modified: tests/perf/org/jboss/cache/manualtests
LoopFlatteningTest.java
Log:
COnfigurable depths
Revision Changes Path
1.3 +1 -1 JBossCache/tests/perf/org/jboss/cache/manualtests/LoopFlatteningTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: LoopFlatteningTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/manualtests/LoopFlatteningTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- LoopFlatteningTest.java 2 Feb 2007 17:01:16 -0000 1.2
+++ LoopFlatteningTest.java 2 Feb 2007 17:02:33 -0000 1.3
@@ -18,7 +18,7 @@
public static void main(String[] args)
{
- if (args == null)
+ if (args == null || args.length == 0)
{
System.out.println("Using defaults of 3, 5, 10, 20, 30");
}
More information about the jboss-cvs-commits
mailing list