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

Added Files:
        TableAssertionsTestPage.html 
Log Message:
migrating test cases to using jetty.  slow and painful.

--- NEW FILE: TableAssertionsTestPage.html ---
<html>
<head>
<title>This is a test page.</title>
</head>
        <body>

                <table id="testTable">
                        <tr><td>table text</td></tr>
                        <tr><td>table text row 2</td></tr>
                        <tr><td>table text row 3</td><td>row 3 col 1</td>
                        <a href="someurl.html">test link</a>
                        <form>
                                <input type="text" name="testInputElement" 
value="testValue"/>
                                <input type="submit" name="submitButton" 
value="buttonLabel"/>
                                <input type="checkbox" name="checkboxselected" 
CHECKED>
                                <input type="checkbox" 
name="checkboxnotselected">
                        </form>
                        
                        <form name="form2">
                        </form>
                        
                </table>
                
                <table id="tree"><tbody>
                        <tr><td>root</td><td>&nbsp;</td>
                        <td>&nbsp;</td><td>&nbsp;</td></tr>
                        <tr><td>child1</td><td>&nbsp;</td>
                        <td>child2</td><td>&nbsp;</td></tr>
                        <tr><td>child1.1</td><td>&nbsp;</td>
                        <td>child2.1</td><td>child2.2</td></tr>
                        </tbody>
                </table>
        </body>
</html>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to