sobjects/test/unittest_parsers.py
branchstable
changeset 7699 d07cde311630
parent 7698 1c7411535c2d
child 7700 0010dde5352a
--- a/sobjects/test/unittest_parsers.py	Tue Jul 26 16:35:10 2011 +0200
+++ b/sobjects/test/unittest_parsers.py	Tue Jul 26 16:49:10 2011 +0200
@@ -40,7 +40,7 @@
 
 BASEXML = ''.join(u'''
 <rset size="1">
- <CWUser eid="5" cwuri="http://pouet.org/5">
+ <CWUser eid="5" cwuri="http://pouet.org/5" cwsource="system">
   <login>sthenault</login>
   <upassword>toto</upassword>
   <last_login_time>2011-01-25 14:14:06</last_login_time>
@@ -117,7 +117,12 @@
 </rset>
 '''.splitlines()
 )
+
+
 class CWEntityXMLParserTC(CubicWebTC):
+    """/!\ this test use a pre-setup database /!\, if you modify above xml,
+    REMOVE THE DATABASE TEMPLATE else it won't be considered
+    """
     test_db_id = 'xmlparser'
     @classmethod
     def pre_setup_database(cls, session, config):