.hgignore
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 23 Jul 2014 19:42:42 +0200
branchstable
changeset 9920 5aa730bf445e
parent 8252 3e769d21f67a
child 9500 2735915bbc5d
permissions -rw-r--r--
[test] Fix test breakage uncovered by previous changeset Now that Binary.__eq__ doesn't always return true, this test started failing. CWAttribute.defaultval is zpickled, and the description_format attribute is a String, meaning unicode, so adjust the expected test result.

\.svn
^build$
^dist$
\.pyc$
\.pyo$
\.bak$
\.old$
\~$
\#.*?\#$
\.swp$
^doc/book/en/apidoc$
\.old$
syntax: regexp
.*/data/database/.*\.sqlite
.*/data/database/.*\.config
.*/data/database/tmpdb.*
.*/data/ldapdb/.*
^doc/html/
^doc/doctrees/
^doc/book/en/devweb/js_api/