test fix stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 21 Oct 2009 13:52:05 +0200
branchstable
changeset 3769 021d32e3a289
parent 3768 8c85a2f7f5ad
child 3770 957e7cffdefb
test fix
__pkginfo__.py
debian/changelog
debian/control
test/unittest_entity.py
--- a/__pkginfo__.py	Wed Oct 21 10:35:19 2009 +0200
+++ b/__pkginfo__.py	Wed Oct 21 13:52:05 2009 +0200
@@ -7,7 +7,7 @@
 distname = "cubicweb"
 modname = "cubicweb"
 
-numversion = (3, 5, 4)
+numversion = (3, 5, 5)
 version = '.'.join(str(num) for num in numversion)
 
 license = 'LGPL v2'
--- a/debian/changelog	Wed Oct 21 10:35:19 2009 +0200
+++ b/debian/changelog	Wed Oct 21 13:52:05 2009 +0200
@@ -1,3 +1,9 @@
+cubicweb (3.5.5-1) unstable; urgency=low
+
+  * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr>  Wed, 21 Oct 2009 10:38:55 +0200
+
 cubicweb (3.5.4-1) unstable; urgency=low
 
   * new upstream release
--- a/debian/control	Wed Oct 21 10:35:19 2009 +0200
+++ b/debian/control	Wed Oct 21 13:52:05 2009 +0200
@@ -76,7 +76,7 @@
 Package: cubicweb-common
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, graphviz, gettext, python-logilab-mtconverter (>= 0.6.0), python-logilab-common (>= 0.44.0), python-yams (>= 0.24.0), python-rql (>= 0.22.3), python-lxml
+Depends: ${python:Depends}, graphviz, gettext, python-logilab-mtconverter (>= 0.6.0), python-logilab-common (>= 0.44.0), python-yams (>= 0.25.0), python-rql (>= 0.22.3), python-lxml
 Recommends: python-simpletal (>= 4.0)
 Conflicts: cubicweb-core
 Replaces: cubicweb-core
--- a/test/unittest_entity.py	Wed Oct 21 10:35:19 2009 +0200
+++ b/test/unittest_entity.py	Wed Oct 21 13:52:05 2009 +0200
@@ -203,7 +203,7 @@
                           'X modification_date AA')
         self.assertEquals(tag.related_rql('tags', 'subject', ('Personne',)),
                           'Any X,AA,AB ORDERBY AA ASC '
-                          'WHERE E eid %(x)s, E tags XE is IN (Personne), X nom AA, '
+                          'WHERE E eid %(x)s, E tags X, E is IN (Personne), X nom AA, '
                           'X modification_date AB')
 
     def test_unrelated_rql_security_1(self):