summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/test_xmlrpc/test_dns_plugin.py4
-rw-r--r--tests/test_xmlrpc/test_permission_plugin.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_xmlrpc/test_dns_plugin.py b/tests/test_xmlrpc/test_dns_plugin.py
index 661f87ad5..786c49615 100644
--- a/tests/test_xmlrpc/test_dns_plugin.py
+++ b/tests/test_xmlrpc/test_dns_plugin.py
@@ -616,7 +616,7 @@ class test_dns(Declarative):
'result': {
'objectclass': [u'top', u'idnsrecord', u'idnszone'],
'dn': unicode(dnszone1_dn),
- 'idnsname': [dnszone1],
+ 'idnsname': [u'@'],
'mxrecord': [u"0 %s" % dnszone1_mname],
'nsrecord': [dnszone1_mname],
},
@@ -721,7 +721,7 @@ class test_dns(Declarative):
'result': {
'objectclass': [u'top', u'idnsrecord', u'idnszone'],
'dn': unicode(dnszone1_dn),
- 'idnsname': [dnszone1],
+ 'idnsname': [u'@'],
'mxrecord': [u"0 %s" % dnszone1_mname],
'nsrecord': [dnszone1_mname],
'locrecord': [u"49 11 42.400 N 16 36 29.600 E 227.64"],
diff --git a/tests/test_xmlrpc/test_permission_plugin.py b/tests/test_xmlrpc/test_permission_plugin.py
index 8ee682a58..1da9d795c 100644
--- a/tests/test_xmlrpc/test_permission_plugin.py
+++ b/tests/test_xmlrpc/test_permission_plugin.py
@@ -475,7 +475,7 @@ class test_permission(Declarative):
'permission_mod', [permission1], dict(rename=u'',
permissions=u'all',)
),
- expected=errors.ValidationError(name=u'rename',
+ expected=errors.ValidationError(name='rename',
error=u'New name can not be empty'),
),