Skip to content

Commit

Permalink
Update Tests due to submitbutton id removal
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Aug 28, 2012
1 parent 017d2bf commit 24340b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/test_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ class TestTableForm(WidgetTest):
<span id=":error"></span>
</td></tr>
</table>
<input type="submit" id="submit" value="Save">
<input type="submit" value="Save">
</form>"""
declarative = True

Expand Down Expand Up @@ -621,7 +621,7 @@ class TestListForm(WidgetTest):
</li>
<li class="error"><span id=":error" class="error"></span></li>
</ul>
<input type="submit" id="submit" value="Save"/>
<input type="submit" value="Save"/>
</form>"""
declarative = True

Expand Down Expand Up @@ -764,7 +764,7 @@ class TestFormPage(WidgetTest):
<span id="mytestwidget:error"></span>
</td></tr>
</table>
<input type="submit" id="submit" value="Save">
<input type="submit" value="Save">
</form></body>
</html>"""

Expand Down Expand Up @@ -802,7 +802,7 @@ def test_request_get(self):
<span id="mytestwidget:error"></span>
</td></tr>
</table>
<input type="submit" id="submit" value="Save">
<input type="submit" value="Save">
</form></body>
</html>""")

Expand Down Expand Up @@ -844,7 +844,7 @@ def _test_request_post_invalid(self):
<span id="mytestwidget:error"></span>
</td></tr>
</table>
<input type="submit" id="submit" value="Save">
<input type="submit" value="Save">
</form></body>
</html>""")

Expand Down

0 comments on commit 24340b4

Please sign in to comment.