Testsuite: com.opensymphony.webwork.views.jsp.IteratorTagTest
Tests run: 6, Failures: 5, Errors: 0, Time elapsed: 0.903 sec
------------- Standard Output ---------------
2006-10-16 18:14:31,792 [main] INFO  com.opensymphony.webwork.config.DefaultConfiguration - Loading global messages from testmessages
2006-10-16 18:14:31,797 [main] INFO  com.opensymphony.webwork.config.DefaultConfiguration - Loading global messages from testmessages2
------------- ---------------- ---------------

Testcase: testArrayIterator took 0.631 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.004 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.002 sec
Testcase: testIteratorWithDefaultValue took 0.001 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.004 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)

