mcconnell 2003/12/21 15:41:42
Modified: merlin/platform/tutorials/hello merlin.properties
merlin/platform/tutorials/parameterization/src/test/tutorial
StandardTestCase.java
Log:
Correct testcase bug in the parameters tutorial.
Revision Changes Path
1.3 +1 -1 avalon/merlin/platform/tutorials/hello/merlin.properties
Index: merlin.properties
===================================================================
RCS file: /home/cvs/avalon/merlin/platform/tutorials/hello/merlin.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- merlin.properties 10 Dec 2003 12:39:27 -0000 1.2
+++ merlin.properties 21 Dec 2003 23:41:41 -0000 1.3
@@ -1,3 +1,3 @@
-merlin.info = true
+merlin.info = false
1.4 +1 -1
avalon/merlin/platform/tutorials/parameterization/src/test/tutorial/StandardTestCase.java
Index: StandardTestCase.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/platform/tutorials/parameterization/src/test/tutorial/StandardTestCase.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- StandardTestCase.java 11 Dec 2003 04:51:50 -0000 1.3
+++ StandardTestCase.java 21 Dec 2003 23:41:41 -0000 1.4
@@ -78,7 +78,7 @@
public void testServiceResolution() throws Exception
{
- Object hello = resolve( "hello" );
+ Object hello = resolve( "/tutorial/hello" );
assertNotNull( "hello", hello );
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]