You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2013/04/04 18:38:09 UTC

[5/9] git commit: [#5673] ticket:299 Fixed test_change_user_field

[#5673] ticket:299 Fixed test_change_user_field


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/e3cc0be3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/e3cc0be3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/e3cc0be3

Branch: refs/heads/master
Commit: e3cc0be37db2c4a5338c2174aa23bb47f9dc5e3d
Parents: fe01571
Author: Aleksey 'LXj' Alekseyev <go...@gmail.com>
Authored: Mon Apr 1 19:01:07 2013 +0300
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Thu Apr 4 08:06:44 2013 +0000

----------------------------------------------------------------------
 .../forgetracker/tests/functional/test_root.py     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/e3cc0be3/ForgeTracker/forgetracker/tests/functional/test_root.py
----------------------------------------------------------------------
diff --git a/ForgeTracker/forgetracker/tests/functional/test_root.py b/ForgeTracker/forgetracker/tests/functional/test_root.py
index b0d9c64..8276692 100644
--- a/ForgeTracker/forgetracker/tests/functional/test_root.py
+++ b/ForgeTracker/forgetracker/tests/functional/test_root.py
@@ -1684,7 +1684,7 @@ class TestCustomUserField(TrackerTestController):
         f['ticket_form.custom_fields._code_review'].options = [('test-admin', False)]
         f['ticket_form.custom_fields._code_review'] = 'test-admin'
         r = f.submit().follow()
-        assert '<li><strong>code_review</strong>: Test Admin' in r
+        assert '<li><strong>Code Review</strong>: Test Admin' in r
 
     def test_search_results(self):
         kw = {'custom_fields._code_review': 'test-admin'}