testsuite/test_element.py (ElementName.testElementStateGetName): s/NONE/VOID/.
authorAndy Wingo <wingo@pobox.com>
Mon, 12 Sep 2005 16:20:24 +0000 (16:20 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 12 Sep 2005 16:20:24 +0000 (16:20 +0000)
Original commit message from CVS:
2005-09-12  Andy Wingo  <wingo@pobox.com>

* testsuite/test_element.py (ElementName.testElementStateGetName):
s/NONE/VOID/.

ChangeLog
common
testsuite/test_element.py

index 562570f..a3ab065 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-12  Andy Wingo  <wingo@pobox.com>
+
+       * testsuite/test_element.py (ElementName.testElementStateGetName):
+       s/NONE/VOID/.
+
 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * gst/gst.override:
diff --git a/common b/common
index 00cc4f5..30a1fc4 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 00cc4f5af95a15be55b8c1b3eed09f4738412f91
+Subproject commit 30a1fc4dc24133cc411e0232af87790ae2f845b2
index 5132dc2..6e86ce8 100644 (file)
@@ -152,7 +152,7 @@ class ElementName(unittest.TestCase):
             attr = getattr(gst, name)
             assert get_name(attr) == state
             
-        assert get_name(gst.STATE_VOID_PENDING) == 'NONE_PENDING'
+        assert get_name(gst.STATE_VOID_PENDING) == 'VOID_PENDING'
         assert get_name(-1) == 'UNKNOWN!(-1)'
         self.assertRaises(TypeError, get_name, '')