running test
running egg_info
creating PyAMF.egg-info
writing dependency_links to PyAMF.egg-info/dependency_links.txt
writing top-level names to PyAMF.egg-info/top_level.txt
writing PyAMF.egg-info/PKG-INFO
writing requirements to PyAMF.egg-info/requires.txt
writing manifest file 'PyAMF.egg-info/SOURCES.txt'
reading manifest file 'PyAMF.egg-info/SOURCES.txt'
writing manifest file 'PyAMF.egg-info/SOURCES.txt'
running build_ext
test_create (test_flex.ArrayCollectionTestCase) ... ok
test_decode (test_flex.ArrayCollectionTestCase) ... ok
test_encode (test_flex.ArrayCollectionTestCase) ... ok
test_decode (test_flex.ObjectProxyTestCase) ... ok
test_encode (test_flex.ObjectProxyTestCase) ... FAIL
test_get_attrs (test_flex.ObjectProxyTestCase) ... ok
test_repr (test_flex_messaging.AbstractMessageTestCase) ... ok
test_cwd (test_imports.JoinPathTestCase) ... ok
test_empty (test_imports.JoinPathTestCase) ... ok
test_name (test_imports.JoinPathTestCase) ... ok
test_prev_dir (test_imports.JoinPathTestCase) ... ok
test_relative (test_imports.JoinPathTestCase) ... ok
test_root (test_imports.JoinPathTestCase) ... ok
test_default (test_imports.GetModuleHooksTestCase) ... ok
test_existant (test_imports.GetModuleHooksTestCase) ... ok
test_none (test_imports.GetModuleHooksTestCase) ... ok
test_getattr (test_imports.LazyModuleTestCase) ... ok
test_init (test_imports.LazyModuleTestCase) ... ok
test_setattr (test_imports.LazyModuleTestCase) ... ok
test_slots (test_imports.LazyModuleTestCase) ... ok
test_type (test_imports.LazyModuleTestCase) ... ok
test_lazy (test_imports.IsLazyTestCase) ... ok
test_loaded (test_imports.IsLazyTestCase) ... ok
test_module (test_imports.WhenImportedTestCase) ... ok
test_multipleChildDeepParent (test_imports.WhenImportedTestCase) ... ok
test_submodule (test_imports.WhenImportedTestCase) ... ok
test_error (test_imports.FindModuleTestCase) ... ok
test_package (test_imports.FindModuleTestCase) ... ok
test_root (test_imports.FindModuleTestCase) ... ok
test_subpackage (test_imports.FindModuleTestCase) ... ok
test_amf3 (test_sol.EncoderTestCase) ... FAIL
test_encode_header (test_sol.EncoderTestCase) ... FAIL
test_multiple_values (test_sol.EncoderTestCase) ... FAIL
test_amf3 (test_sol.DecoderTestCase) ... ok
test_header (test_sol.DecoderTestCase) ... ok
test_invalid_header (test_sol.DecoderTestCase) ... ok
test_invalid_header_length (test_sol.DecoderTestCase) ... ok
test_invalid_header_name_length (test_sol.DecoderTestCase) ... ok
test_invalid_header_padding (test_sol.DecoderTestCase) ... ok
test_invalid_signature (test_sol.DecoderTestCase) ... ok
test_strict_header_length (test_sol.DecoderTestCase) ... ok
test_unknown_encoding (test_sol.DecoderTestCase) ... ok
test_load_file (test_sol.HelperTestCase) ... ok
test_load_name (test_sol.HelperTestCase) ... ok
test_save_file (test_sol.HelperTestCase) ... FAIL
test_save_name (test_sol.HelperTestCase) ... FAIL
test_create (test_sol.SOLTestCase) ... ok
test_save (test_sol.SOLTestCase) ... FAIL
test_build (test_gateway.FaultTestCase) ... ok
test_create (test_gateway.FaultTestCase) ... ok
test_encode (test_gateway.FaultTestCase) ... ok
test_explicit_code (test_gateway.FaultTestCase) ... ok
test_call (test_gateway.ServiceWrapperTestCase) ... ok
test_cmp (test_gateway.ServiceWrapperTestCase) ... ok
test_create (test_gateway.ServiceWrapperTestCase) ... ok
test_create_preprocessor (test_gateway.ServiceWrapperTestCase) ... ok
test_call (test_gateway.ServiceRequestTestCase) ... ok
test_create (test_gateway.ServiceRequestTestCase) ... ok
test_contains (test_gateway.ServiceCollectionTestCase) ... ok
test_add_service (test_gateway.BaseGatewayTestCase) ... ok
test_authenticate (test_gateway.BaseGatewayTestCase) ... ok
test_create (test_gateway.BaseGatewayTestCase) ... ok
test_get_response (test_gateway.BaseGatewayTestCase) ... ok
test_long_service_name (test_gateway.BaseGatewayTestCase) ... ok
test_malformed_credentials_header (test_gateway.BaseGatewayTestCase) ... ok
test_process_request (test_gateway.BaseGatewayTestCase) ... ok
test_remove_service (test_gateway.BaseGatewayTestCase) ... ok
test_service_request (test_gateway.BaseGatewayTestCase) ... ok
test_request (test_gateway.QueryBrowserTestCase) ... ok
test_class_decorator (test_gateway.AuthenticatorTestCase) ... ok
test_expose_request_decorator (test_gateway.AuthenticatorTestCase) ... ok
test_expose_request_keyword (test_gateway.AuthenticatorTestCase) ... ok
test_func_decorator (test_gateway.AuthenticatorTestCase) ... ok
test_gateway (test_gateway.AuthenticatorTestCase) ... ok
test_service (test_gateway.AuthenticatorTestCase) ... ok
test_decorator (test_gateway.ExposeRequestTestCase) ... ok
test_default (test_gateway.ExposeRequestTestCase) ... ok
test_gateway (test_gateway.ExposeRequestTestCase) ... ok
test_service (test_gateway.ExposeRequestTestCase) ... ok
test_call (test_gateway.PreProcessingTestCase) ... ok
test_decorator (test_gateway.PreProcessingTestCase) ... ok
test_default (test_gateway.PreProcessingTestCase) ... ok
test_fail (test_gateway.PreProcessingTestCase) ... ok
test_global (test_gateway.PreProcessingTestCase) ... ok
test_service (test_gateway.PreProcessingTestCase) ... ok
test_bad_request (pyamf.tests.gateway.test_wsgi.WSGIServerTestCase) ... ok
test_request_method (pyamf.tests.gateway.test_wsgi.WSGIServerTestCase) ... ok
test_unknown_request (pyamf.tests.gateway.test_wsgi.WSGIServerTestCase) ... ok
test_basic (test_adapters.AdapterHelperTestCase) ... ok
test_import (test_adapters.AdapterHelperTestCase) ... ok
test_root_import_fail (test_adapters.AdapterHelperTestCase) ... ok
test_delitem (test_basic.ASObjectTestCase) ... ok
test_eq (test_basic.ASObjectTestCase) ... ok
test_getitem (test_basic.ASObjectTestCase) ... ok
test_init (test_basic.ASObjectTestCase) ... ok
test_iter (test_basic.ASObjectTestCase) ... ok
test_setitem (test_basic.ASObjectTestCase) ... ok
test_append (test_basic.ClassMetaDataTestCase) ... ok
test_contains (test_basic.ClassMetaDataTestCase) ... ok
test_create (test_basic.ClassMetaDataTestCase) ... ok
test_anonymous (test_basic.ClassAliasTestCase) ... ok
test_bad_class (test_basic.ClassAliasTestCase) ... ok
test_bad_read_func (test_basic.ClassAliasTestCase) ... ok
test_bad_write_func (test_basic.ClassAliasTestCase) ... ok
test_createInstance (test_basic.ClassAliasTestCase) ... ok
test_eq (test_basic.ClassAliasTestCase) ... ok
test_external (test_basic.ClassAliasTestCase) ... ok
test_get_attrs (test_basic.ClassAliasTestCase) ... ok
test_get_class_alias (test_basic.ClassAliasTestCase) ... ok
test_init (test_basic.ClassAliasTestCase) ... ok
test_str (test_basic.ClassAliasTestCase) ... ok
test_decode (test_basic.HelperTestCase) ... ok
test_encode (test_basic.HelperTestCase) ... ok
test_get_decoder (test_basic.HelperTestCase) ... ok
test_get_encoder (test_basic.HelperTestCase) ... ok
test_anonymous (test_basic.RegisterClassTestCase) ... ok
test_attrs (test_basic.RegisterClassTestCase) ... ok
test_bad_attr_fun (test_basic.RegisterClassTestCase) ... ok
test_bad_metadata (test_basic.RegisterClassTestCase) ... ok
test_dynamic (test_basic.RegisterClassTestCase) ... ok
test_has_alias (test_basic.RegisterClassTestCase) ... ok
test_metadata (test_basic.RegisterClassTestCase) ... ok
test_required_arguments_invalid_1 (test_basic.RegisterClassTestCase) ... ok
test_required_arguments_valid (test_basic.RegisterClassTestCase) ... ok
test_required_argumnets_invalid_2 (test_basic.RegisterClassTestCase) ... ok
test_required_argumnets_kwargs (test_basic.RegisterClassTestCase) ... ok
test_simple (test_basic.RegisterClassTestCase) ... ok
test_alias (test_basic.UnregisterClassTestCase) ... ok
test_klass (test_basic.UnregisterClassTestCase) ... ok
test_bad_register (test_basic.ClassLoaderTestCase) ... ok
test_load_class (test_basic.ClassLoaderTestCase) ... ok
test_load_class_bad_return (test_basic.ClassLoaderTestCase) ... ok
test_load_class_by_alias (test_basic.ClassLoaderTestCase) ... ok
test_load_class_by_module (test_basic.ClassLoaderTestCase) ... ok
test_load_class_by_module_bad (test_basic.ClassLoaderTestCase) ... ok
test_load_unknown_class (test_basic.ClassLoaderTestCase) ... ok
test_register (test_basic.ClassLoaderTestCase) ... ok
test_unregister (test_basic.ClassLoaderTestCase) ... ok
test_add_callable (test_basic.TypeMapTestCase) ... ok
test_add_class (test_basic.TypeMapTestCase) ... ok
test_add_invalid (test_basic.TypeMapTestCase) ... ok
test_add_multiple (test_basic.TypeMapTestCase) ... ok
test_add_same (test_basic.TypeMapTestCase) ... ok
test_get_type (test_basic.TypeMapTestCase) ... ok
test_remove (test_basic.TypeMapTestCase) ... ok
test_add (test_basic.ErrorClassMapTestCase) ... ok
test_remove (test_basic.ErrorClassMapTestCase) ... ok
test_bad_klass (test_basic.RegisterAliasTypeTestCase) ... ok
test_duplicate (test_basic.RegisterAliasTypeTestCase) ... ok
test_multiple (test_basic.RegisterAliasTypeTestCase) ... ok
test_no_args (test_basic.RegisterAliasTypeTestCase) ... ok
test_single (test_basic.RegisterAliasTypeTestCase) ... ok
test_subclass (test_basic.RegisterAliasTypeTestCase) ... ok
test_type_args (test_basic.RegisterAliasTypeTestCase) ... ok
test_no_alias (test_basic.BaseContextTestCase) ... ok
test_registered_alias (test_basic.BaseContextTestCase) ... ok
test_registered_deep (test_basic.BaseContextTestCase) ... ok
test_get_datetime (test_util.TimestampTestCase) ... ok
test_get_timestamp (test_util.TimestampTestCase) ... ok
test_close (test_util.StringIOProxyTestCase) ... ok
test_create (test_util.StringIOProxyTestCase) ... ok
test_flush (test_util.StringIOProxyTestCase) ... ok
test_getvalue (test_util.StringIOProxyTestCase) ... ok
test_len (test_util.StringIOProxyTestCase) ... ok
test_read (test_util.StringIOProxyTestCase) ... ok
test_readline (test_util.StringIOProxyTestCase) ... ok
test_readlines (test_util.StringIOProxyTestCase) ... ok
test_seek (test_util.StringIOProxyTestCase) ... ok
test_tell (test_util.StringIOProxyTestCase) ... ok
test_truncate (test_util.StringIOProxyTestCase) ... ok
test_write (test_util.StringIOProxyTestCase) ... ok
test_writelines (test_util.StringIOProxyTestCase) ... ok
test_close (test_util.cStringIOProxyTestCase) ... ok
test_create (test_util.cStringIOProxyTestCase) ... ok
test_flush (test_util.cStringIOProxyTestCase) ... ok
test_getvalue (test_util.cStringIOProxyTestCase) ... ok
test_len (test_util.cStringIOProxyTestCase) ... ok
test_read (test_util.cStringIOProxyTestCase) ... ok
test_readline (test_util.cStringIOProxyTestCase) ... ok
test_readlines (test_util.cStringIOProxyTestCase) ... ok
test_seek (test_util.cStringIOProxyTestCase) ... ok
test_tell (test_util.cStringIOProxyTestCase) ... ok
test_truncate (test_util.cStringIOProxyTestCase) ... ok
test_write (test_util.cStringIOProxyTestCase) ... ok
test_writelines (test_util.cStringIOProxyTestCase) ... ok
test_nan (test_util.DataTypeMixInTestCase) ... ok
test_read_char (test_util.DataTypeMixInTestCase) ... ok
test_read_double (test_util.DataTypeMixInTestCase) ... ok
test_read_float (test_util.DataTypeMixInTestCase) ... ok
test_read_long (test_util.DataTypeMixInTestCase) ... ok
test_read_short (test_util.DataTypeMixInTestCase) ... ok
test_read_uchar (test_util.DataTypeMixInTestCase) ... ok
test_read_ulong (test_util.DataTypeMixInTestCase) ... ok
test_read_ushort (test_util.DataTypeMixInTestCase) ... ok
test_read_utf8_string (test_util.DataTypeMixInTestCase) ... ok
test_write_char (test_util.DataTypeMixInTestCase) ... ok
test_write_double (test_util.DataTypeMixInTestCase) ... ok
test_write_float (test_util.DataTypeMixInTestCase) ... ok
test_write_long (test_util.DataTypeMixInTestCase) ... ok
test_write_short (test_util.DataTypeMixInTestCase) ... ok
test_write_uchar (test_util.DataTypeMixInTestCase) ... ok
test_write_ulong (test_util.DataTypeMixInTestCase) ... ok
test_write_ushort (test_util.DataTypeMixInTestCase) ... ok
test_write_utf8_string (test_util.DataTypeMixInTestCase) ... ok
test_add (test_util.BufferedByteStreamTestCase) ... ok
test_add_pos (test_util.BufferedByteStreamTestCase) ... ok
test_create (test_util.BufferedByteStreamTestCase) ... ok
test_eof (test_util.BufferedByteStreamTestCase) ... ok
test_peek (test_util.BufferedByteStreamTestCase) ... ok
test_read (test_util.BufferedByteStreamTestCase) ... ok
test_remaining (test_util.BufferedByteStreamTestCase) ... ok
test_multiple (test_util.ClassAliasTestCase) ... ok
test_nested (test_util.ClassAliasTestCase) ... ok
test_none_existant (test_util.ClassAliasTestCase) ... ok
test_simple (test_util.ClassAliasTestCase) ... ok
test_subclass (test_util.ClassAliasTestCase) ... ok
test_amf_version (test_remoting.DecoderTestCase) ... ok
test_client_version (test_remoting.DecoderTestCase) ... ok
test_invalid_body_data_length (test_remoting.DecoderTestCase) ... ok
test_invalid_header_data_length (test_remoting.DecoderTestCase) ... ok
test_message_order (test_remoting.DecoderTestCase) ... ok
test_multiple_headers (test_remoting.DecoderTestCase) ... ok
test_multiple_request_header_references (test_remoting.DecoderTestCase) ... ok
test_null_msg (test_remoting.DecoderTestCase) ... ok
test_required_header (test_remoting.DecoderTestCase) ... ok
test_simple_body (test_remoting.DecoderTestCase) ... ok
test_simple_header (test_remoting.DecoderTestCase) ... ok
test_basic (test_remoting.EncoderTestCase) ... ok
test_header (test_remoting.EncoderTestCase) ... ok
test_message_order (test_remoting.EncoderTestCase) ... ok
test_request (test_remoting.EncoderTestCase) ... ok
test_response (test_remoting.EncoderTestCase) ... ok
test_request (test_remoting.StrictEncodingTestCase) ... FAIL
test_response (test_remoting.StrictEncodingTestCase) ... FAIL
test_exception (test_remoting.FaultTestCase) ... ok
test_kwargs (test_remoting.FaultTestCase) ... ok
test_body_references (test_remoting.ContextTextCase) ... ok
test_call (pyamf.tests.remoting.test_client.ServiceMethodProxyTestCase) ... ok
test_create (pyamf.tests.remoting.test_client.ServiceMethodProxyTestCase) ... ok
test_str (pyamf.tests.remoting.test_client.ServiceMethodProxyTestCase) ... ok
test_call (pyamf.tests.remoting.test_client.ServiceProxyTestCase) ... ok
test_create (pyamf.tests.remoting.test_client.ServiceProxyTestCase) ... ok
test_getattr (pyamf.tests.remoting.test_client.ServiceProxyTestCase) ... ok
test_pending_call (pyamf.tests.remoting.test_client.ServiceProxyTestCase) ... ok
test_service_call (pyamf.tests.remoting.test_client.ServiceProxyTestCase) ... ok
test_str (pyamf.tests.remoting.test_client.ServiceProxyTestCase) ... ok
test_create (pyamf.tests.remoting.test_client.RequestWrapperTestCase) ... ok
test_null_response (pyamf.tests.remoting.test_client.RequestWrapperTestCase) ... ok
test_set_response (pyamf.tests.remoting.test_client.RequestWrapperTestCase) ... ok
test_str (pyamf.tests.remoting.test_client.RequestWrapperTestCase) ... ok
test_add_http_header (pyamf.tests.remoting.test_client.RemotingServiceTestCase) ... ok
test_add_request (pyamf.tests.remoting.test_client.RemotingServiceTestCase) ... ok
test_append_url_header (pyamf.tests.remoting.test_client.RemotingServiceTestCase) ... ok
test_close_http_response (pyamf.tests.remoting.test_client.RemotingServiceTestCase) ... ok
test_create (pyamf.tests.remoting.test_client.RemotingServiceTestCase) ... ok
test_credentials (pyamf.tests.remoting.test_client.RemotingServiceTestCase) ... ok
test_execute (pyamf.tests.remoting.test_client.RemotingServiceTestCase) ... ok
test_execute_single (pyamf.tests.remoting.test_client.RemotingServiceTestCase) ... ok
test_get_amf_request (pyamf.tests.remoting.test_client.RemotingServiceTestCase) ... ok
test_get_request (pyamf.tests.remoting.test_client.RemotingServiceTestCase) ... ok
test_get_response (pyamf.tests.remoting.test_client.RemotingServiceTestCase) ... ok
test_get_service (pyamf.tests.remoting.test_client.RemotingServiceTestCase) ... ok
test_http_request_headers (pyamf.tests.remoting.test_client.RemotingServiceTestCase) ... ok
test_port (pyamf.tests.remoting.test_client.RemotingServiceTestCase) ... ok
test_remove_http_header (pyamf.tests.remoting.test_client.RemotingServiceTestCase) ... ok
test_remove_request (pyamf.tests.remoting.test_client.RemotingServiceTestCase) ... ok
test_replace_url_header (pyamf.tests.remoting.test_client.RemotingServiceTestCase) ... ok
test_schemes (pyamf.tests.remoting.test_client.RemotingServiceTestCase) ... ok
test_generate (pyamf.tests.remoting.test_remoteobject.RandomIdGeneratorTestCase) ... ok
test_generate (pyamf.tests.remoting.test_remoteobject.AcknowlegdementGeneratorTestCase) ... ok
test_request (pyamf.tests.remoting.test_remoteobject.AcknowlegdementGeneratorTestCase) ... ok
test_async (pyamf.tests.remoting.test_remoteobject.RequestProcessorTestCase) ... ok
test_create (pyamf.tests.remoting.test_remoteobject.RequestProcessorTestCase) ... ok
test_destination (pyamf.tests.remoting.test_remoteobject.RequestProcessorTestCase) ... ok
test_disconnect (pyamf.tests.remoting.test_remoteobject.RequestProcessorTestCase) ... ok
test_error (pyamf.tests.remoting.test_remoteobject.RequestProcessorTestCase) ... ok
test_fail_preprocess (pyamf.tests.remoting.test_remoteobject.RequestProcessorTestCase) ... ok
test_ping (pyamf.tests.remoting.test_remoteobject.RequestProcessorTestCase) ... ok
test_preprocess (pyamf.tests.remoting.test_remoteobject.RequestProcessorTestCase) ... ok
test_request (pyamf.tests.remoting.test_remoteobject.RequestProcessorTestCase) ... ok
test_too_many_args (pyamf.tests.remoting.test_remoteobject.RequestProcessorTestCase) ... ok
test_types (test_amf0.TypesTestCase) ... ok
test_add (test_amf0.ContextTestCase) ... ok
test_clear (test_amf0.ContextTestCase) ... ok
test_copy (test_amf0.ContextTestCase) ... ok
test_create (test_amf0.ContextTestCase) ... ok
test_get_by_reference (test_amf0.ContextTestCase) ... ok
test_get_reference (test_amf0.ContextTestCase) ... ok
test_amf3 (test_amf0.EncoderTestCase) ... ok
test_anonymous (test_amf0.EncoderTestCase) ... FAIL
test_boolean (test_amf0.EncoderTestCase) ... ok
test_bytestring (test_amf0.EncoderTestCase) ... ok
test_complex_list (test_amf0.EncoderTestCase) ... ok
test_custom_type (test_amf0.EncoderTestCase) ... ok
test_date (test_amf0.EncoderTestCase) ... ok
test_dict (test_amf0.EncoderTestCase) ... ok
test_dynamic (test_amf0.EncoderTestCase) ... ok
test_elementtree_tag (test_amf0.EncoderTestCase) ... FAIL
test_force_amf3 (test_amf0.EncoderTestCase) ... ok
test_funcs (test_amf0.EncoderTestCase) ... ok
test_list (test_amf0.EncoderTestCase) ... ok
test_longstring (test_amf0.EncoderTestCase) ... ok
test_mixed_array (test_amf0.EncoderTestCase) ... FAIL
test_null (test_amf0.EncoderTestCase) ... ok
test_number (test_amf0.EncoderTestCase) ... ok
test_object (test_amf0.EncoderTestCase) ... ok
test_old_style_classes (test_amf0.EncoderTestCase) ... ok
test_string (test_amf0.EncoderTestCase) ... ok
test_typed_object (test_amf0.EncoderTestCase) ... ok
test_undefined (test_amf0.EncoderTestCase) ... ok
test_xml (test_amf0.EncoderTestCase) ... ERROR
test_xml_references (test_amf0.EncoderTestCase) ... ERROR
test_amf3 (test_amf0.DecoderTestCase) ... ok
test_boolean (test_amf0.DecoderTestCase) ... ok
test_classic_class (test_amf0.DecoderTestCase) ... ok
test_complex_list (test_amf0.DecoderTestCase) ... ok
test_date (test_amf0.DecoderTestCase) ... ok
test_dict (test_amf0.DecoderTestCase) ... ok
test_dynamic (test_amf0.DecoderTestCase) ... ok
test_infinites (test_amf0.DecoderTestCase) ... ok
test_list (test_amf0.DecoderTestCase) ... ok
test_longstring (test_amf0.DecoderTestCase) ... ok
test_mixed_array (test_amf0.DecoderTestCase) ... ok
test_null (test_amf0.DecoderTestCase) ... ok
test_number (test_amf0.DecoderTestCase) ... ok
test_number_types (test_amf0.DecoderTestCase) ... ok
test_object (test_amf0.DecoderTestCase) ... ok
test_registered_class (test_amf0.DecoderTestCase) ... ok
test_string (test_amf0.DecoderTestCase) ... ok
test_types (test_amf0.DecoderTestCase) ... ok
test_undefined (test_amf0.DecoderTestCase) ... ok
test_xml (test_amf0.DecoderTestCase) ... ERROR
test_xml_references (test_amf0.DecoderTestCase) ... ERROR
test_create (test_amf0.RecordSetTestCase) ... ok
test_decode (test_amf0.RecordSetTestCase) ... ok
test_encode (test_amf0.RecordSetTestCase) ... ok
test_server_info (test_amf0.RecordSetTestCase) ... ok
test_decode (test_amf0.HelperTestCase) ... ok
test_decode_with_context (test_amf0.HelperTestCase) ... ok
test_encode (test_amf0.HelperTestCase) ... ok
test_encode_with_context (test_amf0.HelperTestCase) ... ok
test_deep (test_amf0.ClassInheritanceTestCase) ... FAIL
test_simple (test_amf0.ClassInheritanceTestCase) ... ok
test_types (test_amf3.TypesTestCase) ... ok
test_create (test_amf3.ClassDefinitionTestCase) ... ok
test_get_alias (test_amf3.ClassDefinitionTestCase) ... ok
test_get_class (test_amf3.ClassDefinitionTestCase) ... ok
test_name (test_amf3.ClassDefinitionTestCase) ... ok
test_add_class (test_amf3.ContextTestCase) ... ok
test_add_legacy_xml (test_amf3.ContextTestCase) ... ok
test_add_object (test_amf3.ContextTestCase) ... ok
test_add_string (test_amf3.ContextTestCase) ... ok
test_clear (test_amf3.ContextTestCase) ... ok
test_copy (test_amf3.ContextTestCase) ... ok
test_create (test_amf3.ContextTestCase) ... ok
test_empty_string (test_amf3.ContextTestCase) ... ok
test_get_by_reference (test_amf3.ContextTestCase) ... ok
test_get_reference (test_amf3.ContextTestCase) ... ok
test_anonymous (test_amf3.EncoderTestCase) ... ok
test_boolean (test_amf3.EncoderTestCase) ... ok
test_byte_array (test_amf3.EncoderTestCase) ... ok
test_bytestring (test_amf3.EncoderTestCase) ... ok
test_custom_type (test_amf3.EncoderTestCase) ... ok
test_date (test_amf3.EncoderTestCase) ... ok
test_date_references (test_amf3.EncoderTestCase) ... ok
test_dict (test_amf3.EncoderTestCase) ... FAIL
test_elementtree_tag (test_amf3.EncoderTestCase) ... FAIL
test_empty_key_string (test_amf3.EncoderTestCase) ... ok
test_funcs (test_amf3.EncoderTestCase) ... ok
test_get_class_definition (test_amf3.EncoderTestCase) ... ok
test_get_class_definition_attrs (test_amf3.EncoderTestCase) ... ok
test_integer (test_amf3.EncoderTestCase) ... ok
test_list (test_amf3.EncoderTestCase) ... ok
test_list_references (test_amf3.EncoderTestCase) ... ok
test_mixed_array (test_amf3.EncoderTestCase) ... ok
test_null (test_amf3.EncoderTestCase) ... ok
test_number (test_amf3.EncoderTestCase) ... ok
test_object (test_amf3.EncoderTestCase) ... ok
test_old_style_classes (test_amf3.EncoderTestCase) ... ok
test_string (test_amf3.EncoderTestCase) ... ok
test_string_references (test_amf3.EncoderTestCase) ... ok
test_undefined (test_amf3.EncoderTestCase) ... ok
test_unknown_func (test_amf3.EncoderTestCase) ... ok
test_xml (test_amf3.EncoderTestCase) ... ERROR
test_xmlstring (test_amf3.EncoderTestCase) ... ERROR
test_boolean (test_amf3.DecoderTestCase) ... ok
test_byte_array (test_amf3.DecoderTestCase) ... ERROR
test_date (test_amf3.DecoderTestCase) ... ok
test_dict (test_amf3.DecoderTestCase) ... ok
test_get_class_definition (test_amf3.DecoderTestCase) ... ok
test_infinites (test_amf3.DecoderTestCase) ... ok
test_integer (test_amf3.DecoderTestCase) ... ok
test_list (test_amf3.DecoderTestCase) ... ok
test_list_references (test_amf3.DecoderTestCase) ... ok
test_null (test_amf3.DecoderTestCase) ... ok
test_number (test_amf3.DecoderTestCase) ... ok
test_object (test_amf3.DecoderTestCase) ... ok
test_string (test_amf3.DecoderTestCase) ... ok
test_string_references (test_amf3.DecoderTestCase) ... ok
test_types (test_amf3.DecoderTestCase) ... ok
test_undefined (test_amf3.DecoderTestCase) ... ok
test_unsignedInteger (test_amf3.DecoderTestCase) ... ok
test_xml (test_amf3.DecoderTestCase) ... ERROR
test_xmlstring (test_amf3.DecoderTestCase) ... ERROR
test_xmlstring_references (test_amf3.DecoderTestCase) ... ERROR
test_class_references (test_amf3.ObjectEncodingTestCase) ... ok
test_combined (test_amf3.ObjectEncodingTestCase) ... ok
test_dynamic (test_amf3.ObjectEncodingTestCase) ... ok
test_external (test_amf3.ObjectEncodingTestCase) ... ok
test_object_references (test_amf3.ObjectEncodingTestCase) ... ok
test_static (test_amf3.ObjectEncodingTestCase) ... ok
test_combined (test_amf3.ObjectDecodingTestCase) ... ok
test_dynamic (test_amf3.ObjectDecodingTestCase) ... ok
test_external (test_amf3.ObjectDecodingTestCase) ... ok
test_object_references (test_amf3.ObjectDecodingTestCase) ... ok
test_static (test_amf3.ObjectDecodingTestCase) ... ok
test_boolean (test_amf3.DataOutputTestCase) ... ok
test_byte (test_amf3.DataOutputTestCase) ... ok
test_create (test_amf3.DataOutputTestCase) ... ok
test_double (test_amf3.DataOutputTestCase) ... ok
test_float (test_amf3.DataOutputTestCase) ... ok
test_int (test_amf3.DataOutputTestCase) ... ok
test_multi_byte (test_amf3.DataOutputTestCase) ... ok
test_object (test_amf3.DataOutputTestCase) ... ok
test_short (test_amf3.DataOutputTestCase) ... ok
test_uint (test_amf3.DataOutputTestCase) ... ok
test_utf (test_amf3.DataOutputTestCase) ... ok
test_utf_bytes (test_amf3.DataOutputTestCase) ... ok
test_boolean (test_amf3.DataInputTestCase) ... ok
test_byte (test_amf3.DataInputTestCase) ... ok
test_create (test_amf3.DataInputTestCase) ... ok
test_double (test_amf3.DataInputTestCase) ... ok
test_float (test_amf3.DataInputTestCase) ... ok
test_int (test_amf3.DataInputTestCase) ... ok
test_multi_byte (test_amf3.DataInputTestCase) ... ok
test_object (test_amf3.DataInputTestCase) ... ok
test_short (test_amf3.DataInputTestCase) ... ok
test_uint (test_amf3.DataInputTestCase) ... ok
test_utf (test_amf3.DataInputTestCase) ... ok
test_utf_bytes (test_amf3.DataInputTestCase) ... ok
test_deep (test_amf3.ClassInheritanceTestCase) ... FAIL
test_simple (test_amf3.ClassInheritanceTestCase) ... ok
test_decode (test_amf3.HelperTestCase) ... ok
test_decode_with_context (test_amf3.HelperTestCase) ... ok
test_encode (test_amf3.HelperTestCase) ... ok
test_encode_with_context (test_amf3.HelperTestCase) ... ok
======================================================================
ERROR: test_xml (test_amf0.EncoderTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_amf0.py", line 236, in test_xml
self._run([
File "/usr/local/src/jython-trunk/dist/Lib/site-packages/elementtree/ElementTree.py", line 1222, in XML
parser = XMLParser(target=TreeBuilder())
File "/usr/local/src/jython-trunk/dist/Lib/site-packages/elementtree/ElementTree.py", line 1387, in __init__
raise ImportError(
ImportError: No module named expat; use SimpleXMLTreeBuilder instead
======================================================================
ERROR: test_xml_references (test_amf0.EncoderTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_amf0.py", line 241, in test_xml_references
x = util.ET.fromstring('hello world')
File "/usr/local/src/jython-trunk/dist/Lib/site-packages/elementtree/ElementTree.py", line 1222, in XML
parser = XMLParser(target=TreeBuilder())
File "/usr/local/src/jython-trunk/dist/Lib/site-packages/elementtree/ElementTree.py", line 1387, in __init__
raise ImportError(
ImportError: No module named expat; use SimpleXMLTreeBuilder instead
======================================================================
ERROR: test_xml (test_amf0.DecoderTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_amf0.py", line 556, in test_xml
self.assertEquals(
File "/usr/local/src/jython-trunk/dist/Lib/site-packages/elementtree/ElementTree.py", line 1222, in XML
parser = XMLParser(target=TreeBuilder())
File "/usr/local/src/jython-trunk/dist/Lib/site-packages/elementtree/ElementTree.py", line 1387, in __init__
raise ImportError(
ImportError: No module named expat; use SimpleXMLTreeBuilder instead
======================================================================
ERROR: test_xml_references (test_amf0.DecoderTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_amf0.py", line 566, in test_xml_references
self.assertEquals(
File "/usr/local/src/jython-trunk/dist/Lib/site-packages/elementtree/ElementTree.py", line 1222, in XML
parser = XMLParser(target=TreeBuilder())
File "/usr/local/src/jython-trunk/dist/Lib/site-packages/elementtree/ElementTree.py", line 1387, in __init__
raise ImportError(
ImportError: No module named expat; use SimpleXMLTreeBuilder instead
======================================================================
ERROR: test_xml (test_amf3.EncoderTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_amf3.py", line 482, in test_xml
x = util.ET.fromstring('hello world')
File "/usr/local/src/jython-trunk/dist/Lib/site-packages/elementtree/ElementTree.py", line 1222, in XML
parser = XMLParser(target=TreeBuilder())
File "/usr/local/src/jython-trunk/dist/Lib/site-packages/elementtree/ElementTree.py", line 1387, in __init__
raise ImportError(
ImportError: No module named expat; use SimpleXMLTreeBuilder instead
======================================================================
ERROR: test_xmlstring (test_amf3.EncoderTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_amf3.py", line 494, in test_xmlstring
x = util.ET.fromstring('hello world')
File "/usr/local/src/jython-trunk/dist/Lib/site-packages/elementtree/ElementTree.py", line 1222, in XML
parser = XMLParser(target=TreeBuilder())
File "/usr/local/src/jython-trunk/dist/Lib/site-packages/elementtree/ElementTree.py", line 1387, in __init__
raise ImportError(
ImportError: No module named expat; use SimpleXMLTreeBuilder instead
======================================================================
ERROR: test_byte_array (test_amf3.DecoderTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_amf3.py", line 836, in test_byte_array
self._run([(amf3.ByteArray('hello'), '\x0c\x0bhello')])
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_amf3.py", line 631, in _run
e.run(self)
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/util.py", line 86, in run
testcase.assertEqual(self.decoder.readElement(), n)
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/__init__.py", line 530, in readElement
return func()
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/amf3.py", line 1209, in readByteArray
buffer = zlib.decompress(buffer)
File "/usr/local/src/jython-trunk/dist/Lib/zlib.py", line 54, in decompress
return _get_inflate_data(inflater)
File "/usr/local/src/jython-trunk/dist/Lib/zlib.py", line 155, in _get_inflate_data
l = inflater.inflate(buf)
DataFormatException: java.util.zip.DataFormatException: incorrect header check
======================================================================
ERROR: test_xml (test_amf3.DecoderTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_amf3.py", line 744, in test_xml
x = self.decoder.readElement()
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/__init__.py", line 530, in readElement
return func()
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/amf3.py", line 1190, in readXML
return self._readXML(True)
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/amf3.py", line 1165, in _readXML
x = util.ET.XML(xmlstring)
File "/usr/local/src/jython-trunk/dist/Lib/site-packages/elementtree/ElementTree.py", line 1222, in XML
parser = XMLParser(target=TreeBuilder())
File "/usr/local/src/jython-trunk/dist/Lib/site-packages/elementtree/ElementTree.py", line 1387, in __init__
raise ImportError(
ImportError: No module named expat; use SimpleXMLTreeBuilder instead
======================================================================
ERROR: test_xmlstring (test_amf3.DecoderTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_amf3.py", line 759, in test_xmlstring
x = self.decoder.readElement()
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/__init__.py", line 530, in readElement
return func()
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/amf3.py", line 1181, in readXMLString
return self._readXML()
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/amf3.py", line 1165, in _readXML
x = util.ET.XML(xmlstring)
File "/usr/local/src/jython-trunk/dist/Lib/site-packages/elementtree/ElementTree.py", line 1222, in XML
parser = XMLParser(target=TreeBuilder())
File "/usr/local/src/jython-trunk/dist/Lib/site-packages/elementtree/ElementTree.py", line 1387, in __init__
raise ImportError(
ImportError: No module named expat; use SimpleXMLTreeBuilder instead
======================================================================
ERROR: test_xmlstring_references (test_amf3.DecoderTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_amf3.py", line 775, in test_xmlstring_references
x = self.decoder.readElement()
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/__init__.py", line 530, in readElement
return func()
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/amf3.py", line 1181, in readXMLString
return self._readXML()
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/amf3.py", line 1165, in _readXML
x = util.ET.XML(xmlstring)
File "/usr/local/src/jython-trunk/dist/Lib/site-packages/elementtree/ElementTree.py", line 1222, in XML
parser = XMLParser(target=TreeBuilder())
File "/usr/local/src/jython-trunk/dist/Lib/site-packages/elementtree/ElementTree.py", line 1387, in __init__
raise ImportError(
ImportError: No module named expat; use SimpleXMLTreeBuilder instead
======================================================================
FAIL: test_encode (test_flex.ObjectProxyTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_flex.py", line 76, in test_encode
self.assertEquals(stream.getvalue(),
AssertionError: '\n\x07;flex.messaging.io.ObjectProxy\t\x01\x03b\x04\x05\x03a\x06\tspam\x01' != '\n\x07;flex.messaging.io.ObjectProxy\t\x01\x03a\x06\tspam\x03b\x04\x05\x01'
======================================================================
FAIL: test_amf3 (test_sol.EncoderTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_sol.py", line 88, in test_amf3
self.assertEquals(stream.getvalue(), bytes)
AssertionError: '\x00\xbf\x00\x00\x00a' != '\x00\xbf\x00\x00\x00aTCSO\x00\x04\x00\x00\x00\x00\x00\x08EchoTest\x00\x00\x00\x03\x0fhttpUri\x06=http://localhost:8000/gateway/\x00\x0frtmpUri\x06+rtmp://localhost/echo\x00'
======================================================================
FAIL: test_encode_header (test_sol.EncoderTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_sol.py", line 72, in test_encode_header
self.assertEquals(stream.getvalue(),
AssertionError: '\x00\xbf\x00\x00\x00\x15' != '\x00\xbf\x00\x00\x00\x15TCSO\x00\x04\x00\x00\x00\x00\x00\x05hello\x00\x00\x00\x00'
======================================================================
FAIL: test_multiple_values (test_sol.EncoderTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_sol.py", line 78, in test_multiple_values
self.assertEquals(stream.getvalue(), HelperTestCase.contents)
AssertionError: '\x00\xbf\x00\x00\x002' != '\x00\xbf\x00\x00\x002TCSO\x00\x04\x00\x00\x00\x00\x00\x05hello\x00\x00\x00\x00\x00\x04name\x02\x00\x05value\x00\x00\x04spam\x02\x00\x04eggs\x00'
======================================================================
FAIL: test_save_file (test_sol.HelperTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_sol.py", line 155, in test_save_file
self.assertEquals(fp.read(), self.contents)
AssertionError: '\x00\xbf\x00\x00\x002' != '\x00\xbf\x00\x00\x002TCSO\x00\x04\x00\x00\x00\x00\x00\x05hello\x00\x00\x00\x00\x00\x04name\x02\x00\x05value\x00\x00\x04spam\x02\x00\x04eggs\x00'
======================================================================
FAIL: test_save_name (test_sol.HelperTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_sol.py", line 140, in test_save_name
self.assertEquals(fp.read(), self.contents)
AssertionError: '\x00\xbf\x00\x00\x002' != '\x00\xbf\x00\x00\x002TCSO\x00\x04\x00\x00\x00\x00\x00\x05hello\x00\x00\x00\x00\x00\x04name\x02\x00\x05value\x00\x00\x04spam\x02\x00\x04eggs\x00'
======================================================================
FAIL: test_save (test_sol.SOLTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_sol.py", line 175, in test_save
self.assertEquals(open(x, 'rb').read(), HelperTestCase.contents)
AssertionError: '\x00\xbf\x00\x00\x002' != '\x00\xbf\x00\x00\x002TCSO\x00\x04\x00\x00\x00\x00\x00\x05hello\x00\x00\x00\x00\x00\x04name\x02\x00\x05value\x00\x00\x04spam\x02\x00\x04eggs\x00'
======================================================================
FAIL: test_request (test_remoting.StrictEncodingTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_remoting.py", line 280, in test_request
self.assertEquals(remoting.encode(msg, strict=True).getvalue(),
AssertionError: '\x00\x00\x00\x00\x00\x01\x00\ttest.test\x00\x02/1\x00\x00\x00\x08' != '\x00\x00\x00\x00\x00\x01\x00\ttest.test\x00\x02/1\x00\x00\x00\x08\x02\x00\x05hello'
======================================================================
FAIL: test_response (test_remoting.StrictEncodingTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_remoting.py", line 289, in test_response
self.assertEquals(remoting.encode(msg, strict=True).getvalue(),
AssertionError: '\x00\x00\x00\x00\x00\x01\x00\x0b/1/onResult\x00\x04null\x00\x00\x00\x0c' != '\x00\x00\x00\x00\x00\x01\x00\x0b/1/onResult\x00\x04null\x00\x00\x00\x0c\n\x00\x00\x00\x01\x02\x00\x04spam'
======================================================================
FAIL: test_anonymous (test_amf0.EncoderTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_amf0.py", line 317, in test_anonymous
self._run([
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_amf0.py", line 133, in _run
e.run(self)
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/util.py", line 67, in run
testcase.assertEqual(self.getval(), s)
AssertionError: '\x03\x00\x04spam\x02\x00\x04eggs\x00\x05hello\x02\x00\x05world\x00\x00\t' != '\x03\x00\x05hello\x02\x00\x05world\x00\x04spam\x02\x00\x04eggs\x00\x00\t'
======================================================================
FAIL: test_elementtree_tag (test_amf0.EncoderTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_amf0.py", line 417, in test_elementtree_tag
self.assertEquals(self.buf.getvalue(),
AssertionError: '\x03\x00\x04tail\x05\x00\x03tag\x02\x00\x03foo\x00\x04text\x02\x00\x03bar\x00\x00\t' != '\x03\x00\x04text\x02\x00\x03bar\x00\x04tail\x05\x00\x03tag\x02\x00\x03foo\x00\x00\t'
======================================================================
FAIL: test_mixed_array (test_amf0.EncoderTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_amf0.py", line 222, in test_mixed_array
self._run([
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_amf0.py", line 133, in _run
e.run(self)
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/util.py", line 67, in run
testcase.assertEqual(self.getval(), s)
AssertionError: '\x08\x00\x00\x00\x00\x00\x01b\x00@\x00\x00\x00\x00\x00\x00\x00\x00\x01a\x00?\xf0\x00\x00\x00\x00\x00\x00\x00\x01c\x00@\x08\x00\x00\x00\x00\x00\x00\x00\x00\t' != '\x08\x00\x00\x00\x00\x00\x01a\x00?\xf0\x00\x00\x00\x00\x00\x00\x00\x01c\x00@\x08\x00\x00\x00\x00\x00\x00\x00\x01b\x00@\x00\x00\x00\x00\x00\x00\x00\x00\x00\t'
======================================================================
FAIL: test_deep (test_amf0.ClassInheritanceTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_amf0.py", line 886, in test_deep
self.assertEquals(stream.getvalue(), '\x10\x00\x01C\x00\x01a\x02\x00'
AssertionError: '\x10\x00\x01C\x00\x01a\x02\x00\x04spam\x00\x01b\x02\x00\x04eggs\x00\x01c\x02\x00\x03foo\x00\x00\t' != '\x10\x00\x01C\x00\x01a\x02\x00\x04spam\x00\x01c\x02\x00\x03foo\x00\x01b\x02\x00\x04eggs\x00\x00\t'
======================================================================
FAIL: test_dict (test_amf3.EncoderTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_amf3.py", line 419, in test_dict
self._run([
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_amf3.py", line 298, in _run
e.run(self)
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/util.py", line 67, in run
testcase.assertEqual(self.getval(), s)
AssertionError: '\n\x0b\x01\x03d\x06\x00\x03a\x06\x02\x03b\x06\x04\x03c\x06\x06\x01' != '\n\x0b\x01\x03a\x06\x00\x03c\x06\x02\x03b\x06\x04\x03d\x06\x06\x01'
======================================================================
FAIL: test_elementtree_tag (test_amf3.EncoderTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_amf3.py", line 597, in test_elementtree_tag
self.assertEquals(self.buf.getvalue(),
AssertionError: '\n\x0b\x01\ttail\x01\x07tag\x06\x07foo\ttext\x06\x07bar\x01' != '\n\x0b\x01\ttext\x06\x07bar\ttail\x01\x07tag\x06\x07foo\x01'
======================================================================
FAIL: test_deep (test_amf3.ClassInheritanceTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/Buildslaves/pyamf/amd64-ubuntu-jython/build/pyamf/tests/test_amf3.py", line 1367, in test_deep
self.assertEquals(stream.getvalue(), '\n\x1b\x03C\x03c\x06\x07foo\x03'
AssertionError: '\n\x1b\x03C\x03c\x06\x07foo\x03a\x06\tspam\x03b\x06\teggs\x02\x06\x04\x01' != '\n\x1b\x03C\x03c\x06\x07foo\x03a\x06\tspam\x02\x06\x04\x03b\x06\teggs\x01'
----------------------------------------------------------------------
Ran 446 tests in 7.367s
FAILED (failures=16, errors=10)