mcconnell 2003/11/12 04:14:49
Modified: merlin/platform/tutorials/hello/src/test/tutorial
StandardTestCase.java
Log:
Correct constructor parameter ordering.
Revision Changes Path
1.3 +1 -1
avalon/merlin/platform/tutorials/hello/src/test/tutorial/StandardTestCase.java
Index: StandardTestCase.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/platform/tutorials/hello/src/test/tutorial/StandardTestCase.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- StandardTestCase.java 14 Oct 2003 10:52:05 -0000 1.2
+++ StandardTestCase.java 12 Nov 2003 12:14:49 -0000 1.3
@@ -72,8 +72,8 @@
super(
MAVEN_TARGET_CLASSES_DIR,
MERLIN_DEFAULT_CONFIG_FILE,
- MERLIN_DEBUG_OFF,
MERLIN_INFO_OFF,
+ MERLIN_DEBUG_OFF,
name );
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]