Changeset 1674
- Timestamp:
- 09/14/08 22:56:41 (3 months ago)
- Location:
- pyamf/branches
- Files:
-
- 2 modified
- 1 copied
-
consistent-test-naming-352/pyamf/tests/__init__.py (modified) (1 diff)
-
impl-indep-test-suite-343/pyamf/tests/test_amf3.py (modified) (1 diff)
-
slots-347 (copied) (copied from pyamf/trunk)
Legend:
- Unmodified
- Added
- Removed
-
pyamf/branches/consistent-test-naming-352/pyamf/tests/__init__.py
r1416 r1674 26 26 for testcase in glob(os.path.join(os.path.dirname(__file__), 'test_*.py')): 27 27 mod = __import__(os.path.basename(testcase).split('.')[0]) 28 print mod 28 29 29 30 suite.addTest(mod.suite()) -
pyamf/branches/impl-indep-test-suite-343/pyamf/tests/test_amf3.py
r1667 r1674 419 419 self._run([ 420 420 ({'a': u'a', 'b': u'b', 'c': u'c', 'd': u'd'}, '\n\x0b\x01\x03', ( 421 'c\x06\x02\x03', 421 422 'b\x06\x04\x03', 422 423 'a\x06\x00\x03', 423 424 'd\x06\x06\x01', 424 'c\x06\x02\x03'425 425 )) 426 426 ])
