Fix tests

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@901 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2009-07-24 11:15:32 +00:00
parent af249cfc3f
commit b054450f0d
3 changed files with 12 additions and 12 deletions

View file

@ -4,16 +4,21 @@
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="" />
<title>13-delete</title>
<title>Delete</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">13-delete</td></tr>
<tr><td rowspan="1" colspan="3">Delete</td></tr>
</thead><tbody>
<tr>
<td>open</td>
<td>/adminer/adminer/?db=selenium&amp;edit=albums&amp;where%5Bid%5D=2</td>
<td>/adminer/adminer/?db=selenium&amp;select=albums</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>//input[@name='check[]' and @value='where%5Bid%5D=2']</td>
<td></td>
</tr>
<tr>
@ -21,14 +26,9 @@
<td>delete</td>
<td></td>
</tr>
<tr>
<td>assertConfirmation</td>
<td>Are you sure?</td>
<td></td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Item has been deleted.</td>
<td>1 item have been affected.</td>
<td></td>
</tr>

View file

@ -78,12 +78,12 @@
</tr>
<tr>
<td>type</td>
<td>fields[0]</td>
<td>fields[interpret_name]</td>
<td>Michael Jackson</td>
</tr>
<tr>
<td>type</td>
<td>fields[1]</td>
<td>fields[album_name]</td>
<td>Dangerous</td>
</tr>
<tr>

View file

@ -13,7 +13,7 @@
</thead><tbody>
<tr>
<td>open</td>
<td>/adminer/adminer/?db=selenium&amp;createv=</td>
<td>/adminer/adminer/?db=selenium&amp;view=</td>
<td></td>
</tr>
<tr>