You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2006/01/12 03:33:46 UTC

svn commit: r368234 - /jakarta/jmeter/branches/rel-2-1/bin/testfiles/

Author: sebb
Date: Wed Jan 11 18:33:41 2006
New Revision: 368234

URL: http://svn.apache.org/viewcvs?rev=368234&view=rev
Log:
Update tests to use sub-directory for some images

Modified:
    jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCase.all
    jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCase.html
    jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCase.set
    jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithBaseHRef.html
    jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithComments.html
    jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithMissingBaseHRef.html

Modified: jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCase.all
URL: http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCase.all?rev=368234&r1=368233&r2=368234&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCase.all (original)
+++ jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCase.all Wed Jan 11 18:33:41 2006
@@ -4,10 +4,10 @@
 http://localhost/mydir/images/image-c.gif
 http://localhost/mydir/images/image-d.gif
 http://localhost/mydir/images/image-e.gif
-http://localhost/mydir/images/image-f.gif
+http://localhost/mydir/images/sub/image-f.gif
 http://localhost/mydir/images/image-a2.gif
 http://localhost/mydir/images/image-b2.gif
-http://localhost/mydir/images/image-c2.gif
+http://localhost/mydir/images/sub/image-c2.gif
 http://localhost/mydir/images/image-d2.gif
 http://localhost/mydir/images/image-d2.gif
 http://localhost/mydir/images/image-e2.gif

Modified: jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCase.html
URL: http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCase.html?rev=368234&r1=368233&r2=368234&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCase.html (original)
+++ jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCase.html Wed Jan 11 18:33:41 2006
@@ -16,11 +16,11 @@
 <img
   align="top"
   Name="F"
-  sRc = "images/image-f.gif"
+  sRc = "images/sub/image-f.gif"
 />
 <input name="a" src="images/image-a2.gif" type="image"/>
 <input src="images/image-b2.gif" name="b" type="image">
-<input type= "image" name="c" src= "images/image-c2.gif"/>
+<input type= "image" name="c" src= "images/sub/image-c2.gif"/>
 <input name="d" type ="image" src ="images/image-d2.gif">
 <input name="d2" type ="image" src ="images/image-d2.gif">
 <input name="d3" type ="imagex" src ="images/image-d2.gif">

Modified: jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCase.set
URL: http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCase.set?rev=368234&r1=368233&r2=368234&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCase.set (original)
+++ jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCase.set Wed Jan 11 18:33:41 2006
@@ -3,10 +3,10 @@
 http://localhost/mydir/images/image-c.gif
 http://localhost/mydir/images/image-d.gif
 http://localhost/mydir/images/image-e.gif
-http://localhost/mydir/images/image-f.gif
+http://localhost/mydir/images/sub/image-f.gif
 http://localhost/mydir/images/image-a2.gif
 http://localhost/mydir/images/image-b2.gif
-http://localhost/mydir/images/image-c2.gif
+http://localhost/mydir/images/sub/image-c2.gif
 http://localhost/mydir/images/image-d2.gif
 http://localhost/mydir/images/image-e2.gif
 http://localhost/mydir/images/image-f2.gif

Modified: jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithBaseHRef.html
URL: http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithBaseHRef.html?rev=368234&r1=368233&r2=368234&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithBaseHRef.html (original)
+++ jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithBaseHRef.html Wed Jan 11 18:33:41 2006
@@ -17,11 +17,11 @@
 <img
   align="top"
   Name="F"
-  sRc = "image-f.gif"
+  sRc = "sub/image-f.gif"
 />
 <input name="a" src="image-a2.gif" type="image"/>
 <input src="image-b2.gif" name="b" type="image">
-<input type= "image" name="c" src= "image-c2.gif"/>
+<input type= "image" name="c" src= "sub/image-c2.gif"/>
 <input name="d" type ="image" src ="image-d2.gif">
 <input name="d2" type ="image" src ="image-d2.gif">
 <input name="d3" type ="imagex" src ="image-d2.gif">

Modified: jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithComments.html
URL: http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithComments.html?rev=368234&r1=368233&r2=368234&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithComments.html (original)
+++ jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithComments.html Wed Jan 11 18:33:41 2006
@@ -22,11 +22,11 @@
 <img
   align="top"
   Name="F"
-  sRc = "images/image-f.gif"
+  sRc = "images/sub/image-f.gif"
 />
 <input name="a" src="images/image-a2.gif" type="image"/>
 <input src="images/image-b2.gif" name="b" type="image">
-<input type= "image" name="c" src= "images/image-c2.gif"/>
+<input type= "image" name="c" src= "images/sub/image-c2.gif"/>
 <input name="d" type ="image" src ="images/image-d2.gif">
 <input name="d2" type ="image" src ="images/image-d2.gif">
 <input name="d3" type ="imagex" src ="images/image-d2.gif">

Modified: jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithMissingBaseHRef.html
URL: http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithMissingBaseHRef.html?rev=368234&r1=368233&r2=368234&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithMissingBaseHRef.html (original)
+++ jakarta/jmeter/branches/rel-2-1/bin/testfiles/HTMLParserTestCaseWithMissingBaseHRef.html Wed Jan 11 18:33:41 2006
@@ -17,11 +17,11 @@
 <img
   align="top"
   Name="F"
-  sRc = "image-f.gif"
+  sRc = "sub/image-f.gif"
 />
 <input name="a" src="image-a2.gif" type="image"/>
 <input src="image-b2.gif" name="b" type="image">
-<input type= "image" name="c" src= "image-c2.gif"/>
+<input type= "image" name="c" src= "sub/image-c2.gif"/>
 <input name="d" type ="image" src ="image-d2.gif">
 <input name="d2" type ="image" src ="image-d2.gif">
 <input name="d3" type ="imagex" src ="image-d2.gif">



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org