(self)
| 288 | self._test("symbol", symbol("this is a symbol test"), symbol("bleh"), symbol("blah")) |
| 289 | |
| 290 | def testTimestamp(self): |
| 291 | self._test("timestamp", timestamp(0), timestamp(12345), timestamp(1000000)) |
| 292 | |
| 293 | def testChar(self): |
| 294 | self._test("char", char('a'), char('b'), char('c'), char(unichar(0x20AC))) |