[pygobject] fix for changes in the gi test libraries
- From: John Palmieri <johnp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject] fix for changes in the gi test libraries
- Date: Wed, 8 Sep 2010 17:09:34 +0000 (UTC)
commit 22e53aa2ed9cf6173a877b0af6928d5ab8da2f4f
Author: John (J5) Palmieri <johnp redhat com>
Date: Wed Sep 8 13:08:48 2010 -0400
fix for changes in the gi test libraries
tests/test_everything.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/test_everything.py b/tests/test_everything.py
index ade139f..23484aa 100644
--- a/tests/test_everything.py
+++ b/tests/test_everything.py
@@ -138,7 +138,7 @@ class TestNullableArgs(unittest.TestCase):
Everything.test_utf8_null_in(None)
def test_in_nullable_object(self):
- Everything.TestObj.null_in(None)
+ Everything.func_obj_null_in(None)
def test_out_nullable_hash(self):
self.assertEqual(None, Everything.test_ghash_null_out())
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]