mcconnell 2003/12/10 03:37:54
Modified: merlin/platform/tutorials/hello/src/test/tutorial
StandardTestCase.java
Log:
Fix resolve reference.
Revision Changes Path
1.5 +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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- StandardTestCase.java 10 Dec 2003 08:25:32 -0000 1.4
+++ StandardTestCase.java 10 Dec 2003 11:37:53 -0000 1.5
@@ -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]