Changeset 1483
- Timestamp:
- 07/05/08 02:08:49 (3 months ago)
- Location:
- pyamf/trunk/pyamf/tests
- Files:
-
- 2 modified
-
gateway/test_django.py (modified) (1 diff)
-
test_amf0.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyamf/trunk/pyamf/tests/gateway/test_django.py
r1429 r1483 14 14 from django import http 15 15 16 import pyamf17 16 from pyamf import remoting, util 18 17 from pyamf.remoting.gateway import django as _django -
pyamf/trunk/pyamf/tests/test_amf0.py
r1481 r1483 867 867 'version\x00?\xf0\x00\x00\x00\x00\x00\x00\x00\ntotalCount\x00@' 868 868 '\x08\x00\x00\x00\x00\x00\x00\x00\x00\t\x00\x00\t') 869 869 870 def test_decode(self): 870 871 stream = util.BufferedByteStream()
