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/18 00:24:35 UTC

svn commit: r727575 - in /continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide: continuum_failing_test_suite.html notify_latest_committers_only.html

Author: wsmoak
Date: Wed Dec 17 15:24:33 2008
New Revision: 727575

URL: http://svn.apache.org/viewvc?rev=727575&view=rev
Log:
Add a test showing that you can't set up a notifier that only sends to the latest committers.

Added:
    continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/notify_latest_committers_only.html
Modified:
    continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/continuum_failing_test_suite.html

Modified: continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/continuum_failing_test_suite.html
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/continuum_failing_test_suite.html?rev=727575&r1=727574&r2=727575&view=diff
==============================================================================
--- continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/continuum_failing_test_suite.html (original)
+++ continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/continuum_failing_test_suite.html Wed Dec 17 15:24:33 2008
@@ -8,6 +8,7 @@
 <body>
 <table id="suiteTable" cellpadding="1" cellspacing="1" border="1" class="selenium"><tbody>
 <tr><td><b>Test Suite</b></td></tr>
+<tr><td><a href="notify_latest_committers_only.html">notify_latest_committers_only</a></td></tr>
 </tbody></table>
 </body>
 </html>

Added: continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/notify_latest_committers_only.html
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/notify_latest_committers_only.html?rev=727575&view=auto
==============================================================================
--- continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/notify_latest_committers_only.html (added)
+++ continuum/branches/continuum-1.2.x/continuum-webapp-test/src/test/selenium-ide/notify_latest_committers_only.html Wed Dec 17 15:24:33 2008
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<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>notify_latest_committers_only</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">notify_latest_committers_only</td></tr>
+</thead><tbody>
+<tr>
+	<td>open</td>
+	<td>/continuum/groupSummary.action</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Show Project Groups</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Default Project Group</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>link=Notifiers</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>addProjectGroupNotifier_0</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>addProjectGroupNotifier_0</td>
+	<td></td>
+</tr>
+<tr>
+	<td>click</td>
+	<td>mailProjectGroupNotifierSave_committers</td>
+	<td></td>
+</tr>
+<tr>
+	<td>click</td>
+	<td>mailProjectGroupNotifierSave_sendOnFailure</td>
+	<td></td>
+</tr>
+<tr>
+	<td>click</td>
+	<td>mailProjectGroupNotifierSave_sendOnError</td>
+	<td></td>
+</tr>
+<tr>
+	<td>clickAndWait</td>
+	<td>mailProjectGroupNotifierSave_0</td>
+	<td></td>
+</tr>
+<!--We should be back on the notifiers tab after adding the notifier.-->
+<tr>
+	<td>assertTextPresent</td>
+	<td>Project Group Notifiers</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>mail</td>
+	<td></td>
+</tr>
+<tr>
+	<td>assertTextPresent</td>
+	<td>latest committers</td>
+	<td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>