[cc-commits] [git]cc.license (branch master) updated. 054db57cc5c7a31eec3c8b65ce41a41c2b9c6765

git version control webmaster at creativecommons.org
Thu Mar 4 16:27:42 EST 2010


The branch, master has been updated
       via  054db57cc5c7a31eec3c8b65ce41a41c2b9c6765 (commit)
      from  93fe249b008af90b350b562e3948eab27eba84f6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 054db57cc5c7a31eec3c8b65ce41a41c2b9c6765
Author: Christopher Allan Webber <cwebber at dustycloud.org>
Date:   Thu Mar 4 15:27:41 2010 -0600

    Removing test_title_fails test, which is now made irrelevant by having
    'en' fallbacks built in

-----------------------------------------------------------------------

Summary of changes (followed by patch):
 cc/license/tests/test_jurisdictions.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/cc/license/tests/test_jurisdictions.py b/cc/license/tests/test_jurisdictions.py
index 67da7fb..3176161 100644
--- a/cc/license/tests/test_jurisdictions.py
+++ b/cc/license/tests/test_jurisdictions.py
@@ -103,10 +103,6 @@ class TestJurisdictions:
             assert type(title) == unicode
             assert len(title) != 0
 
-    def test_title_fails(self):
-        nose.tools.assert_raises(CCLicenseError,
-                                 self.mx.title, 'roflcopter')
-
     def test_title_default(self):
         assert self.mx.title() == self.mx.title('en')
 


hooks/post-receive
-- 
cc.license



More information about the cc-commits mailing list