Skip to content

Commit

Permalink
Item12358: Add a revert button for test
Browse files Browse the repository at this point in the history
Easier than checking the target file out from svn.

git-svn-id: http://svn.foswiki.org/trunk@16415 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Jan 19, 2013
1 parent 3212fae commit 96d9a68
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/data/TestCases/TestCaseSaveContentWithoutEdit.txt
Expand Up @@ -28,6 +28,14 @@ The actual content is:

---++++ Test #1: Passing URL Params to update fields in an existing topic

If SavedContentExistingTopic %REVINFO{topic="SavedContentExistingTopic" format="r$rev"}% is not =r1=, <form name="save5" action="%SCRIPTURLPATH{save}%/TestCases/SavedContentExistingTopic" method="post">
<input type="hidden" name="action" value="quietsave">
<input type="hidden" name="cmd" value="delRev">
<input type="hidden" name="text" value="delRev test FAILED">
<input type="hidden" name="redirectto" value="TestCaseSaveContentWithoutEdit">
<input type="submit" class="foswikiSubmit" value="Revert it" /></form>


<form name="save1" action="%SCRIPTURLPATH{save}%/TestCases" method="post">
<input type="hidden" name="action" value="save">
<input type="hidden" name="topic" value="SavedContentExistingTopic">
Expand Down

0 comments on commit 96d9a68

Please sign in to comment.