Changeset 1674

Show
Ignore:
Timestamp:
09/14/08 22:56:41 (3 months ago)
Author:
nick
Message:

Branching to source:pyamf/branches/slots-347

Location:
pyamf/branches
Files:
2 modified
1 copied

Legend:

Unmodified
Added
Removed
  • pyamf/branches/consistent-test-naming-352/pyamf/tests/__init__.py

    r1416 r1674  
    2626    for testcase in glob(os.path.join(os.path.dirname(__file__), 'test_*.py')): 
    2727        mod = __import__(os.path.basename(testcase).split('.')[0]) 
     28        print mod 
    2829 
    2930        suite.addTest(mod.suite()) 
  • pyamf/branches/impl-indep-test-suite-343/pyamf/tests/test_amf3.py

    r1667 r1674  
    419419        self._run([ 
    420420            ({'a': u'a', 'b': u'b', 'c': u'c', 'd': u'd'},  '\n\x0b\x01\x03', ( 
     421                'c\x06\x02\x03', 
    421422                'b\x06\x04\x03',  
    422423                'a\x06\x00\x03', 
    423424                'd\x06\x06\x01', 
    424                 'c\x06\x02\x03' 
    425425            )) 
    426426        ])