BIND 10 trac2390_2, updated. bc42c4b3d31ed960581808d76e7150e0fc3eb1d9 [2390] small style fix
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jan 30 15:11:02 UTC 2013
The branch, trac2390_2 has been updated
via bc42c4b3d31ed960581808d76e7150e0fc3eb1d9 (commit)
from 691f87a3076fba4d5ce60a0960c1c07a35055e05 (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 bc42c4b3d31ed960581808d76e7150e0fc3eb1d9
Author: Jelte Jansen <jelte at isc.org>
Date: Wed Jan 30 16:10:47 2013 +0100
[2390] small style fix
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/python/tests/rrset_python_test.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/python/tests/rrset_python_test.py b/src/lib/dns/python/tests/rrset_python_test.py
index f100a4b..010b60c 100644
--- a/src/lib/dns/python/tests/rrset_python_test.py
+++ b/src/lib/dns/python/tests/rrset_python_test.py
@@ -23,7 +23,7 @@ import os
from pydnspp import *
class TestModuleSpec(unittest.TestCase):
-
+
def setUp(self):
self.test_name = Name("test.example.com")
self.test_domain = Name("example.com")
@@ -78,8 +78,8 @@ class TestModuleSpec(unittest.TestCase):
def test_add_rdata(self):
# no iterator to read out yet (TODO: add addition test once implemented)
- self.assertRaises(TypeError, self.rrset_a.add_rdata, Rdata(RRType("NS"), RRClass("IN"), "test.name."))
- pass
+ self.assertRaises(TypeError, self.rrset_a.add_rdata,
+ Rdata(RRType("NS"), RRClass("IN"), "test.name."))
def test_to_text(self):
self.assertEqual("test.example.com. 3600 IN A 192.0.2.1\n"
@@ -126,6 +126,6 @@ class TestModuleSpec(unittest.TestCase):
# they would leak.
self.assertEqual(1, sys.getrefcount(self.rrset_a.get_rdata()))
self.assertEqual(1, sys.getrefcount(self.rrset_a.get_rdata()[0]))
-
+
if __name__ == '__main__':
unittest.main()
More information about the bind10-changes
mailing list