[copr] bkabrda-workspace: Typo... (0af4a30)

bkabrda at fedoraproject.org bkabrda at fedoraproject.org
Mon Nov 26 11:35:09 UTC 2012


Repository : http://git.fedorahosted.org/cgit/copr.git

On branch  : bkabrda-workspace

>---------------------------------------------------------------

commit 0af4a3021119481b571760178aa9518e6c699be6
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Mon Nov 26 12:35:01 2012 +0100

    Typo...


>---------------------------------------------------------------

 wsgi/tests/test_views/test_coprs_ns/test_builds.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/wsgi/tests/test_views/test_coprs_ns/test_builds.py b/wsgi/tests/test_views/test_coprs_ns/test_builds.py
index 0408ccf..375c998 100644
--- a/wsgi/tests/test_views/test_coprs_ns/test_builds.py
+++ b/wsgi/tests/test_views/test_coprs_ns/test_builds.py
@@ -66,7 +66,7 @@ class TestCoprCancelBuild(CoprsTestCase):
             self.db.session.add(self.b1)
             assert self.b1.canceled == True
 
-    def test_copr_build_non_submitter_can_cancel_build(self, f_users, f_coprs, f_builds):
+    def test_copr_build_non_submitter_cannot_cancel_build(self, f_users, f_coprs, f_builds):
         with self.tc as c:
             with c.session_transaction() as s:
                 s['openid'] = self.u2.openid_name



More information about the copr-devel mailing list