Title: [waffle-scm] [522] trunk/waffle-core/src/test/java/org/codehaus/waffle/context/pico/PicoComponentRegistryTest.java: removed TODO from test ...
Revision
522
Author
mward
Date
2007-12-21 17:11:17 -0600 (Fri, 21 Dec 2007)

Log Message

removed TODO from test ... was not working cause Validator had already been registered with the test

Modified Paths

Diff

Modified: trunk/waffle-core/src/test/java/org/codehaus/waffle/context/pico/PicoComponentRegistryTest.java (521 => 522)

--- trunk/waffle-core/src/test/java/org/codehaus/waffle/context/pico/PicoComponentRegistryTest.java	2007-12-21 23:08:05 UTC (rev 521)
+++ trunk/waffle-core/src/test/java/org/codehaus/waffle/context/pico/PicoComponentRegistryTest.java	2007-12-21 23:11:17 UTC (rev 522)
@@ -214,9 +214,6 @@
                 will(returnValue(StubStringTransmuter.class.getName()));
                 one(servletContext).getInitParameter(ValueConverterFinder.class.getName());
                 will(returnValue(OgnlValueConverterFinder.class.getName()));
-//TODO fails for some reason
-//                one(servletContext).getInitParameter(Validator.class.getName());
-//                will(returnValue(StubValidator.class.getName()));
                 one(servletContext).getInitParameter(ValidationMonitor.class.getName());
                 will(returnValue(StubMonitor.class.getName()));
                 one(servletContext).getInitParameter(ViewDispatcher.class.getName());


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to