Testsuite: com.opensymphony.webwork.views.jsp.IteratorTagTest
Tests run: 6, Failures: 5, Errors: 0, Time elapsed: 0.974 sec
------------- Standard Output ---------------
2008-01-27 03:39:49,723 [main] INFO  com.opensymphony.webwork.config.DefaultConfiguration - Loading global messages from testmessages
2008-01-27 03:39:49,728 [main] INFO  com.opensymphony.webwork.config.DefaultConfiguration - Loading global messages from testmessages2
------------- ---------------- ---------------

Testcase: testArrayIterator took 0.663 sec
	FAILED
expected:<3> but was:<4>
junit.framework.AssertionFailedError: expected:<3> but was:<4>
	at com.opensymphony.webwork.views.jsp.IteratorTagTest.iterateThreeStrings(IteratorTagTest.java:233)
	at com.opensymphony.webwork.views.jsp.IteratorTagTest.testArrayIterator(IteratorTagTest.java:34)

Testcase: testCollectionIterator took 0.005 sec
	FAILED
expected:<3> but was:<4>
junit.framework.AssertionFailedError: expected:<3> but was:<4>
	at com.opensymphony.webwork.views.jsp.IteratorTagTest.iterateThreeStrings(IteratorTagTest.java:233)
	at com.opensymphony.webwork.views.jsp.IteratorTagTest.testCollectionIterator(IteratorTagTest.java:49)

Testcase: testEnumerationWrapper took 0.005 sec
Testcase: testIteratorWithDefaultValue took 0.002 sec
	FAILED
expected:<3> but was:<4>
junit.framework.AssertionFailedError: expected:<3> but was:<4>
	at com.opensymphony.webwork.views.jsp.IteratorTagTest.iterateThreeStrings(IteratorTagTest.java:233)
	at com.opensymphony.webwork.views.jsp.IteratorTagTest.testIteratorWithDefaultValue(IteratorTagTest.java:74)

Testcase: testMapIterator took 0.002 sec
	FAILED
expected:<3> but was:<4>
junit.framework.AssertionFailedError: expected:<3> but was:<4>
	at com.opensymphony.webwork.views.jsp.IteratorTagTest.testMapIterator(IteratorTagTest.java:99)

Testcase: testStatus took 0.005 sec
	FAILED
expected:<3> but was:<4>
junit.framework.AssertionFailedError: expected:<3> but was:<4>
	at com.opensymphony.webwork.views.jsp.IteratorTagTest.testStatus(IteratorTagTest.java:155)

