make tests pass on 3.2

This commit is contained in:
Chris McDonough
2013-01-10 03:15:01 -05:00
parent 3416f68ff0
commit 8d19253796

View File

@@ -1235,8 +1235,7 @@ class TestString(unittest.TestCase):
self.assertEqual(result, colander.null)
def test_serialize_emptystring(self):
import colander
val = u''
val = ''
node = DummySchemaNode(None)
typ = self._makeOne()
result = typ.serialize(node, val)