Revision: 689
          http://svn.sourceforge.net/jwebunit/?rev=689&view=rev
Author:   henryju
Date:     2007-04-01 09:14:06 -0700 (Sun, 01 Apr 2007)

Log Message:
-----------
Remove debugging stuff (System.out)

Modified Paths:
--------------
    
trunk/jwebunit-commons-tests/src/main/java/net/sourceforge/jwebunit/tests/FormSubmissionTest.java

Modified: 
trunk/jwebunit-commons-tests/src/main/java/net/sourceforge/jwebunit/tests/FormSubmissionTest.java
===================================================================
--- 
trunk/jwebunit-commons-tests/src/main/java/net/sourceforge/jwebunit/tests/FormSubmissionTest.java
   2007-03-31 18:29:40 UTC (rev 688)
+++ 
trunk/jwebunit-commons-tests/src/main/java/net/sourceforge/jwebunit/tests/FormSubmissionTest.java
   2007-04-01 16:14:06 UTC (rev 689)
@@ -145,7 +145,6 @@
        submit();
        assertTextPresent("radio=1 ");
        clickLink("return");
-       System.out.println(getPageSource());
        clickRadioOption("radio", "2");
        clickRadioOption("radio", "3");
        assertRadioOptionNotSelected("radio", "1");


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
JWebUnit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to