Update of /cvsroot/jwebunit/jWebUnit/testcases/FramesAndWindowsTest
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4304/testcases/FramesAndWindowsTest

Modified Files:
        ChildPage2.html ChildPage1.html RootPage.html 
Added Files:
        Frames.html BottomFrame.html ContentFrame.html 
        InlineFrame.html TopFrame.html 
Log Message:
Continued the conversion to JWebUnitAPITestCase. All html extracted to jetty 
pages. The window tests still don't work.

--- NEW FILE: TopFrame.html ---
<html><body>TopFrame</body></html>
Index: RootPage.html
===================================================================
RCS file: 
/cvsroot/jwebunit/jWebUnit/testcases/FramesAndWindowsTest/RootPage.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RootPage.html       15 Apr 2005 04:42:44 -0000      1.1
--- RootPage.html       26 Dec 2005 10:53:21 -0000      1.2
***************
*** 4,13 ****
        </head>
        <body>
!               <form name="realform">
                        <input name="color" value="blue">
                </form>
!                       <a id="SetColorGreen" href="nothing.html" 
onClick="JavaScript:document.realform.color.value="green";return 
false;">green</a>
!                       <a id="ChildPage1" href="" 
onClick="JavaScript:window.open('ChildPage1.html', 'ChildPage1');">green</a>
!                       <a id="ChildPage2" href="" 
onClick="JavaScript:window.open('ChildPage2.html', 
'WindowNameForChilePage2');">Child Page 2</a>
        </body>
  </html>
\ No newline at end of file
--- 4,13 ----
        </head>
        <body>
!               <form name="realform" action="../params.jsp">
                        <input name="color" value="blue">
                </form>
!                       <a id="SetColorGreen" href="nothing.html" 
onClick="javascript:document.realform.color.value='green';return 
false;">green</a>
!                       <a id="ChildPage1" href="#" 
onClick="javascript:window.open('ChildPage1.html', 'ChildPage1')">Child Page 
1</a>
!                       <a id="ChildPage2" href="#" 
onClick="javascript:window.open('ChildPage2.html', 
'WindowNameForChilePage2')">Child Page 2</a>
        </body>
  </html>
\ No newline at end of file

--- NEW FILE: BottomFrame.html ---
<html><body>BottomFrame</body></html>
--- NEW FILE: InlineFrame.html ---
<html><head></head>
<body>TopFrame<br />
<iframe name="ContentFrame" src="ContentFrame.html"/>
</body></html>
--- NEW FILE: ContentFrame.html ---
<html>
<title>ContentFrame</title>
<body>
<p>ContentFrame</p>
<form name="frameForm" method="GET" action="../params.jsp">
<input name="color" value="blue" />
<input type="submit" name="submit" />
</form>
</body>
</html>
Index: ChildPage1.html
===================================================================
RCS file: 
/cvsroot/jwebunit/jWebUnit/testcases/FramesAndWindowsTest/ChildPage1.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ChildPage1.html     15 Apr 2005 04:42:44 -0000      1.1
--- ChildPage1.html     26 Dec 2005 10:53:21 -0000      1.2
***************
*** 4,8 ****
        </head>
        <body>
!               Child Page
        </body>
  </html>
\ No newline at end of file
--- 4,8 ----
        </head>
        <body>
!               Child Page 1
        </body>
  </html>
\ No newline at end of file

--- NEW FILE: Frames.html ---
<html>
<head></head>
<frameset rows="33%, 33%, 33%">
<frame name="TopFrame" src="TopFrame.html">
<frame name="ContentFrame" src="ContentFrame.html">
<frame name="BottomFrame" src="BottomFrame.html">
</frameset>
</html>
Index: ChildPage2.html
===================================================================
RCS file: 
/cvsroot/jwebunit/jWebUnit/testcases/FramesAndWindowsTest/ChildPage2.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ChildPage2.html     15 Apr 2005 04:42:44 -0000      1.1
--- ChildPage2.html     26 Dec 2005 10:53:21 -0000      1.2
***************
*** 4,8 ****
        </head>
        <body>
!               Child Page
        </body>
  </html>
\ No newline at end of file
--- 4,8 ----
        </head>
        <body>
!               Child Page 2
        </body>
  </html>
\ No newline at end of file



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to