[pygobject/gsoc2009] Remove tests failing because of missing parts of Everything
- From: Simon van der Linden <svdlinden src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pygobject/gsoc2009] Remove tests failing because of missing parts of Everything
- Date: Sat, 15 Aug 2009 13:40:43 +0000 (UTC)
commit 9c795da0a8e9dfa62f65340f1e1f36977537c0dd
Author: Simon van der Linden <svdlinden src gnome org>
Date: Sat Aug 15 15:39:22 2009 +0200
Remove tests failing because of missing parts of Everything
tests/test_girepository.py | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/tests/test_girepository.py b/tests/test_girepository.py
index d71053d..cb10ce7 100644
--- a/tests/test_girepository.py
+++ b/tests/test_girepository.py
@@ -243,18 +243,12 @@ class TestGIEverything(unittest.TestCase):
def testUtf8NonconstReturn(self):
self.assertEquals(utf8_nonconst, Everything.test_utf8_nonconst_return())
- def testUtf8NullReturn(self):
- self.assertEquals(None, Everything.test_utf8_null_return())
-
def testUtf8NonconstIn(self):
Everything.test_utf8_nonconst_in(utf8_nonconst)
def testUtf8ConstIn(self):
Everything.test_utf8_const_in(utf8_const)
- def testUtf8NullIn(self):
- Everything.test_utf8_null_in(None)
-
def testUtf8Out(self):
self.assertEquals(utf8_nonconst, Everything.test_utf8_out())
@@ -666,12 +660,6 @@ class TestGIEverything(unittest.TestCase):
bare = Everything.TestObj('bar')
obj.set_bare(bare)
- def testObjOut(self):
- obj = Everything.TestObj('foo')
- bare = Everything.TestObj('bar')
- obj.set_bare(bare)
- self.assertTrue(bare is obj.get_bare())
-
# Inheritance
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]