You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2013/11/27 18:31:03 UTC

[09/13] git commit: [#4723] ticket:500 fixed test_blank_user

[#4723] ticket:500 fixed test_blank_user


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

Branch: refs/heads/master
Commit: 008346fe09ab96738ad90b30ddb15e0cd6e6814f
Parents: 121c2c6
Author: Yaroslav Sokolovsky <ya...@gmail.com>
Authored: Mon Nov 25 16:51:05 2013 +0200
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Wed Nov 27 17:30:26 2013 +0000

----------------------------------------------------------------------
 ForgeTracker/forgetracker/tests/functional/test_root.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/008346fe/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 5a8fc15..757eb71 100644
--- a/ForgeTracker/forgetracker/tests/functional/test_root.py
+++ b/ForgeTracker/forgetracker/tests/functional/test_root.py
@@ -2384,7 +2384,7 @@ class TestCustomUserField(TrackerTestController):
         ticket_view = self.new_ticket(summary='test custom fields', **kw).follow()
         # summary header shows 'nobody'
         assert ticket_view.html.findAll('label', 'simple',
-            text='Code Review:')[1].parent.parent.text == 'Code Review:nobody'
+            text='Code Review:')[1].parent.parent.text == 'Code Review:'
         # form input is blank
         select = ticket_view.html.find('select',
             dict(name='ticket_form.custom_fields._code_review'))