Update of /cvsroot/jwebunit/jWebUnit/test/net/sourceforge/jwebunit
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6005/test/net/sourceforge/jwebunit

Modified Files:
        NavigationTest.java 
Log Message:
Adding test for bug 726143 - not a problem anymore so no code change.

Index: NavigationTest.java
===================================================================
RCS file: 
/cvsroot/jwebunit/jWebUnit/test/net/sourceforge/jwebunit/NavigationTest.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** NavigationTest.java 23 Aug 2004 22:13:44 -0000      1.14
--- NavigationTest.java 14 Sep 2004 19:57:23 -0000      1.15
***************
*** 121,123 ****
--- 121,131 ----
          assertTitleEquals("targetPage2");
      }
+     
+     //For bug 726143
+     public void testLinkWithEscapedText() {
+         beginAt("/pageWithAmpersandInLink.html");
+         assertLinkPresentWithText("Map & Directions");
+         clickLinkWithText("Map & Directions");
+         assertTitleEquals("targetPage");
+     }
  }
\ No newline at end of file



-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
_______________________________________________
Jwebunit-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to