You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ws...@apache.org on 2008/12/13 19:25:30 UTC

svn commit: r726251 - /continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/test_build_definition_templates.html

Author: wsmoak
Date: Sat Dec 13 10:25:30 2008
New Revision: 726251

URL: http://svn.apache.org/viewvc?rev=726251&view=rev
Log:
[CONTINUUM-1953] Clarify that only build defs included in the template should be added.

Modified:
    continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/test_build_definition_templates.html

Modified: continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/test_build_definition_templates.html
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/test_build_definition_templates.html?rev=726251&r1=726250&r2=726251&view=diff
==============================================================================
--- continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/test_build_definition_templates.html (original)
+++ continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/test_build_definition_templates.html Sat Dec 13 10:25:30 2008
@@ -3,12 +3,13 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head profile="http://selenium-ide.openqa.org/profiles/test-case">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<title>test_build_definition_templates</title>
+<link rel="selenium.base" href="" />
+<title>test_build_definition_templates.html</title>
 </head>
 <body>
 <table cellpadding="1" cellspacing="1" border="1">
 <thead>
-<tr><td rowspan="1" colspan="3">test_build_definition_templates</td></tr>
+<tr><td rowspan="1" colspan="3">test_build_definition_templates.html</td></tr>
 </thead><tbody>
 <tr>
 	<td>open</td>
@@ -191,6 +192,12 @@
 	<td>Maven 2 site only</td>
 	<td></td>
 </tr>
+<!--Verify that the default build definition is not added, since it was not in the template-->
+<tr>
+	<td>assertTextNotPresent</td>
+	<td>Default Maven 2 Build Definition</td>
+	<td></td>
+</tr>
 
 </tbody></table>
 </body>