Revert autogenerated tests. Tests should not changed radically.
authorFuji, Goro <gfuji@cpan.org>
Fri, 24 Sep 2010 08:53:09 +0000 (17:53 +0900)
committerFuji, Goro <gfuji@cpan.org>
Fri, 24 Sep 2010 08:55:42 +0000 (17:55 +0900)
commit9864f0e4ba233c5f30ad6dc7c484ced43d883d27
tree317aa5d0274c24c6fabaf9bd859abe04f15156b4
parent8845df4dd6432e3164d078ade741409061adae9f
Revert autogenerated tests. Tests should not changed radically.
282 files changed:
Changes
TEST [deleted file]
author/import-moose-test.pl
t-failing/010_basics/002_require_superclasses.t [deleted file]
t-failing/020_attributes/033_accessor_inlining.t [deleted file]
t-failing/030_roles/038_new_meta_role.t [deleted file]
t-failing/030_roles/043_conflict_many_methods.t [deleted file]
t-failing/030_roles/044_role_attrs.t [deleted file]
t-failing/030_roles/046_role_consumers.t [deleted file]
t-failing/030_roles/047_role_attribute_conflict.t [deleted file]
t-failing/050_metaclasses/015_metarole.t [deleted file]
t-failing/050_metaclasses/052_metaclass_compat.t [deleted file]
t-failing/060_compat/003_foreign_inheritence.t [deleted file]
t-failing/060_compat/004_entimwm [deleted file]
t-failing/070_native_traits/000_load.t [deleted file]
t-failing/070_native_traits/204_trait_number.t [deleted file]
t-failing/070_native_traits/205_trait_list.t [deleted file]
t-failing/200_examples/006_example_Protomoose.t [deleted file]
t-failing/400_moose_util/003_moose_util_search_class_by_role.t [deleted file]
t-failing/400_moose_util/004_resolve_alias.t [deleted file]
t-failing/400_moose_util/005_ensure_all_roles.t [deleted file]
t-failing/400_moose_util/006_create_alias.t [deleted file]
t-failing/400_moose_util/008_method_mod_args.t [deleted file]
t-failing/400_moose_util/009_with_traits.t [deleted file]
t-failing/600_todo_tests/002_various_role_features.t [deleted file]
t-failing/600_todo_tests/004_role_insertion_order.t [deleted file]
t/000-load.t [moved from t/000-status.t with 100% similarity]
t/000_load.t [deleted file]
t/000_recipes/basics-recipe10.t
t/001_mouse/301-bugs-non-mouse.t
t/010_basics/001_basic_class_setup.t
t/010_basics/002_require_superclasses.t [new file with mode: 0644]
t/010_basics/003_super_and_override.t
t/010_basics/004_inner_and_augment.t
t/010_basics/005_override_augment_inner_super.t
t/010_basics/006_override_and_foreign_classes.t
t/010_basics/007_always_strict_warnings.t
t/010_basics/008_wrapped_method_cxt_propagation.t
t/010_basics/009_import_unimport.t
t/010_basics/010_method_modifier_with_regexp.t
t/010_basics/011_moose_respects_type_constraints.t
t/010_basics/013_create.t
t/010_basics/014_create_anon.t
t/010_basics/015_buildargs.t
t/010_basics/016_load_into_main.t [deleted file]
t/010_basics/017_error_handling.t
t/010_basics/018_methods.t
t/010_basics/019-destruction.t
t/010_basics/020-global-destruction-helper.pl
t/010_basics/020-global-destruction.t
t/010_basics/021-moose-object-does.t [deleted file]
t/010_basics/failing/012_rebless.t [moved from t-failing/010_basics/012_rebless.t with 83% similarity]
t/020_attributes/001_attribute_reader_generation.t
t/020_attributes/002_attribute_writer_generation.t
t/020_attributes/003_attribute_accessor_generation.t
t/020_attributes/004_attribute_triggers.t
t/020_attributes/005_attribute_does.t [moved from t-failing/020_attributes/005_attribute_does.t with 80% similarity]
t/020_attributes/006_attribute_required.t
t/020_attributes/007_attribute_custom_metaclass.t
t/020_attributes/008_attribute_type_unions.t
t/020_attributes/009_attribute_inherited_slot_specs.t
t/020_attributes/011_more_attr_delegation.t [moved from t-failing/020_attributes/011_more_attr_delegation.t with 78% similarity]
t/020_attributes/012_misc_attribute_tests.t
t/020_attributes/013_attr_dereference_test.t
t/020_attributes/014_misc_attribute_coerce_lazy.t
t/020_attributes/015_attribute_traits.t
t/020_attributes/016_attribute_traits_registered.t
t/020_attributes/017_attribute_traits_n_meta.t
t/020_attributes/018_no_init_arg.t
t/020_attributes/020_trigger_and_coerce.t
t/020_attributes/022_illegal_options_for_inheritance.t
t/020_attributes/024_attribute_traits_parameterized.t
t/020_attributes/025_chained_coercion.t
t/020_attributes/026_attribute_without_any_methods.t
t/020_attributes/029_accessor_context.t
t/020_attributes/030_non_alpha_attr_names.t
t/020_attributes/032_delegation_arg_aliasing.t [deleted file]
t/020_attributes/034_bad_coerce.t [deleted file]
t/020_attributes/034_numeric_defaults.t [deleted file]
t/020_attributes/035_default_undef.t [deleted file]
t/020_attributes/failing/010_attribute_delegation.t [moved from t-failing/020_attributes/010_attribute_delegation.t with 90% similarity]
t/020_attributes/failing/019_attribute_lazy_initializer.t [moved from t/020_attributes/019_attribute_lazy_initializer.t with 94% similarity]
t/020_attributes/failing/021_method_generation_rules.t [moved from t-failing/020_attributes/021_method_generation_rules.t with 88% similarity]
t/020_attributes/failing/023_attribute_names.t [moved from t-failing/020_attributes/023_attribute_names.t with 81% similarity]
t/020_attributes/failing/027_accessor_override_method.t [moved from t/020_attributes/027_accessor_override_method.t with 73% similarity]
t/020_attributes/failing/028_no_slot_access.t [moved from t-failing/020_attributes/028_no_slot_access.t with 78% similarity]
t/020_attributes/failing/031_delegation_and_modifiers.t [moved from t/020_attributes/031_delegation_and_modifiers.t with 84% similarity]
t/030_roles/001_meta_role.t [moved from t-failing/030_roles/001_meta_role.t with 76% similarity]
t/030_roles/002_role.t
t/030_roles/003_apply_role.t [moved from t-failing/030_roles/003_apply_role.t with 90% similarity]
t/030_roles/004_role_composition_errors.t
t/030_roles/005_role_conflict_detection.t
t/030_roles/008_role_conflict_edge_cases.t
t/030_roles/009_more_role_edge_cases.t
t/030_roles/010_run_time_role_composition.t
t/030_roles/013_method_aliasing_in_composition.t [moved from t-failing/030_roles/013_method_aliasing_in_composition.t with 92% similarity]
t/030_roles/014_more_alias_and_exclude.t
t/030_roles/015_runtime_roles_and_attrs.t
t/030_roles/016_runtime_roles_and_nonmoose.t
t/030_roles/017_extending_role_attrs.t [moved from t-failing/030_roles/017_extending_role_attrs.t with 89% similarity]
t/030_roles/018_runtime_roles_w_params.t
t/030_roles/019_build.t
t/030_roles/031_roles_applied_in_create.t
t/030_roles/033_role_exclusion_and_alias_bug.t
t/030_roles/034_create_role.t
t/030_roles/035_anonymous_roles.t
t/030_roles/036_free_anonymous_roles.t
t/030_roles/037_create_role_subclass.t
t/030_roles/041_empty_method_modifiers_meta_bug.t
t/030_roles/042_compose_overloading.t
t/030_roles/045_role_compose_requires.t [deleted file]
t/030_roles/failing/006_role_exclusion.t [moved from t-failing/030_roles/006_role_exclusion.t with 94% similarity]
t/030_roles/failing/007_roles_and_req_method_edge_cases.t [moved from t-failing/030_roles/007_roles_and_req_method_edge_cases.t with 95% similarity]
t/030_roles/failing/011_overriding.t [moved from t-failing/030_roles/011_overriding.t with 96% similarity]
t/030_roles/failing/012_method_exclusion_in_composition.t [moved from t-failing/030_roles/012_method_exclusion_in_composition.t with 92% similarity]
t/030_roles/failing/020_role_composite.t [moved from t-failing/030_roles/020_role_composite.t with 84% similarity]
t/030_roles/failing/021_role_composite_exclusion.t [moved from t-failing/030_roles/021_role_composite_exclusion.t with 81% similarity]
t/030_roles/failing/022_role_composition_req_methods.t [moved from t-failing/030_roles/022_role_composition_req_methods.t with 84% similarity]
t/030_roles/failing/023_role_composition_attributes.t [moved from t-failing/030_roles/023_role_composition_attributes.t with 80% similarity]
t/030_roles/failing/024_role_composition_methods.t [moved from t-failing/030_roles/024_role_composition_methods.t with 86% similarity]
t/030_roles/failing/025_role_composition_override.t [moved from t-failing/030_roles/025_role_composition_override.t with 81% similarity]
t/030_roles/failing/026_role_composition_method_mods.t [moved from t-failing/030_roles/026_role_composition_method_mods.t with 84% similarity]
t/030_roles/failing/032_roles_and_method_cloning.t [moved from t-failing/030_roles/032_roles_and_method_cloning.t with 84% similarity]
t/030_roles/failing/038_new_meta_role.t [new file with mode: 0644]
t/030_roles/failing/039_application_toclass.t [moved from t-failing/030_roles/039_application_toclass.t with 79% similarity]
t/030_roles/failing/040_role_for_combination.t [moved from t-failing/030_roles/040_role_for_combination.t with 81% similarity]
t/030_roles/failing/043_conflict_many_methods.t [new file with mode: 0644]
t/040_type_constraints/003_util_std_type_constraints.t
t/040_type_constraints/004_util_find_type_constraint.t [moved from t-failing/040_type_constraints/004_util_find_type_constraint.t with 73% similarity]
t/040_type_constraints/005_util_type_coercion.t [moved from t-failing/040_type_constraints/005_util_type_coercion.t with 90% similarity]
t/040_type_constraints/007_util_more_type_coercion.t
t/040_type_constraints/009_union_types_and_coercions.t
t/040_type_constraints/010_misc_type_tests.t
t/040_type_constraints/015_enum.t
t/040_type_constraints/017_subtyping_union_types.t
t/040_type_constraints/022_custom_type_errors.t
t/040_type_constraints/023_types_and_undef.t
t/040_type_constraints/025_type_coersion_on_lazy_attributes.t
t/040_type_constraints/029_define_type_twice_throws.t
t/040_type_constraints/032_throw_error.t [deleted file]
t/040_type_constraints/failing/001_util_type_constraints.t [moved from t-failing/040_type_constraints/001_util_type_constraints.t with 95% similarity]
t/040_type_constraints/failing/002_util_type_constraints_export.t [moved from t/040_type_constraints/002_util_type_constraints_export.t with 77% similarity]
t/040_type_constraints/failing/006_util_type_reloading.t [moved from t/040_type_constraints/006_util_type_reloading.t with 64% similarity]
t/040_type_constraints/failing/008_union_types.t [moved from t-failing/040_type_constraints/008_union_types.t with 63% similarity]
t/040_type_constraints/failing/011_container_type_constraint.t [moved from t/040_type_constraints/011_container_type_constraint.t with 76% similarity]
t/040_type_constraints/failing/012_container_type_coercion.t [moved from t-failing/040_type_constraints/012_container_type_coercion.t with 74% similarity]
t/040_type_constraints/failing/013_advanced_type_creation.t [moved from t-failing/040_type_constraints/013_advanced_type_creation.t with 86% similarity]
t/040_type_constraints/failing/014_type_notation_parser.t [moved from t-failing/040_type_constraints/014_type_notation_parser.t with 94% similarity]
t/040_type_constraints/failing/016_subtyping_parameterized_types.t [moved from t-failing/040_type_constraints/016_subtyping_parameterized_types.t with 87% similarity]
t/040_type_constraints/failing/018_custom_parameterized_types.t [moved from t/040_type_constraints/018_custom_parameterized_types.t with 77% similarity]
t/040_type_constraints/failing/019_coerced_parameterized_types.t [moved from t-failing/040_type_constraints/019_coerced_parameterized_types.t with 86% similarity]
t/040_type_constraints/failing/020_class_type_constraint.t [moved from t-failing/040_type_constraints/020_class_type_constraint.t with 56% similarity]
t/040_type_constraints/failing/021_maybe_type_constraint.t [moved from t-failing/040_type_constraints/021_maybe_type_constraint.t with 80% similarity]
t/040_type_constraints/failing/024_role_type_constraint.t [moved from t-failing/040_type_constraints/024_role_type_constraint.t with 64% similarity]
t/040_type_constraints/failing/026_normalize_type_name.t [moved from t-failing/040_type_constraints/026_normalize_type_name.t with 95% similarity]
t/040_type_constraints/failing/027_parameterize_from.t [moved from t/040_type_constraints/027_parameterize_from.t with 83% similarity]
t/040_type_constraints/failing/030_class_subtypes.t [moved from t-failing/040_type_constraints/030_class_subtypes.t with 77% similarity]
t/040_type_constraints/failing/031_subtype_auto_vivify_parent.t [moved from t/040_type_constraints/031_subtype_auto_vivify_parent.t with 69% similarity]
t/040_type_constraints/failing/032_throw_error.t [new file with mode: 0644]
t/040_type_constraints/failing/033_type_names.t [moved from t-failing/040_type_constraints/033_type_names.t with 83% similarity]
t/040_type_constraints/failing/034_duck_types.t [moved from t/040_type_constraints/034_duck_types.t with 86% similarity]
t/040_type_constraints/failing/035_duck_type_handles.t [moved from t-failing/040_type_constraints/035_duck_type_handles.t with 77% similarity]
t/040_type_constraints/failing/036_match_type_operator.t [moved from t-failing/040_type_constraints/036_match_type_operator.t with 96% similarity]
t/050_metaclasses/001_custom_attr_meta_with_roles.t
t/050_metaclasses/002_custom_attr_meta_as_role.t
t/050_metaclasses/011_init_meta.t [new file with mode: 0644]
t/050_metaclasses/013_metaclass_traits.t
t/050_metaclasses/017_use_base_of_moose.t
t/050_metaclasses/020_metaclass_parameterized_traits.t
t/050_metaclasses/041_moose_nonmoose_chain_init_meta.t [moved from t/050_metaclasses/041_mnmcim.t with 67% similarity]
t/050_metaclasses/051_metarole_on_anon.t
t/050_metaclasses/052_new_object_BUILD.t [deleted file]
t/050_metaclasses/053_immutable_metaclass_compat_bug.t [deleted file]
t/050_metaclasses/054_metaclass_compat_no_fixing_bug.t [deleted file]
t/050_metaclasses/failing/003_moose_w_metaclass.t [moved from t-failing/050_metaclasses/003_moose_w_metaclass.t with 78% similarity]
t/050_metaclasses/failing/004_moose_for_meta.t [moved from t/050_metaclasses/004_moose_for_meta.t with 86% similarity]
t/050_metaclasses/failing/010_extending_and_embedding_back_compat.t [moved from t-failing/050_metaclasses/010_extending_and_embedding_back_compat.t with 78% similarity]
t/050_metaclasses/failing/012_moose_exporter.t [moved from t/050_metaclasses/012_moose_exporter.t with 82% similarity]
t/050_metaclasses/failing/014_goto_moose_import.t [moved from t-failing/050_metaclasses/014_goto_moose_import.t with 61% similarity]
t/050_metaclasses/failing/015_metarole.t [moved from t-failing/050_metaclasses/050_metarole_backcompat.t with 93% similarity]
t/050_metaclasses/failing/016_metarole_w_metaclass_pm.t [moved from t-failing/050_metaclasses/016_metarole_w_metaclass_pm.t with 78% similarity]
t/050_metaclasses/failing/018_throw_error.t [moved from t-failing/050_metaclasses/018_throw_error.t with 70% similarity]
t/050_metaclasses/failing/019_create_anon_with_required_attr.t [moved from t-failing/050_metaclasses/019_create_anon_with_required_attr.t with 90% similarity]
t/050_metaclasses/failing/021_export_with_prototype.t [moved from t/050_metaclasses/021_export_with_prototype.t with 61% similarity]
t/050_metaclasses/failing/022_new_metaclass.t [moved from t-failing/050_metaclasses/022_new_metaclass.t with 71% similarity]
t/050_metaclasses/failing/023_easy_init_meta.t [moved from t-failing/050_metaclasses/023_easy_init_meta.t with 57% similarity]
t/050_metaclasses/failing/030_metarole_combination.t [moved from t-failing/050_metaclasses/030_metarole_combination.t with 77% similarity]
t/050_metaclasses/failing/040_moose_nonmoose_metatrait_init_order.t [moved from t/050_metaclasses/040_moose_nonmoose_metatrait_init_order.t with 75% similarity]
t/060_compat/001_module_refresh_compat.t [deleted file]
t/060_compat/002_moose_respects_base.t [deleted file]
t/070_native_traits/010_array_from_role.t [deleted file]
t/070_native_traits/020_remove_attribute.t [deleted file]
t/070_native_traits/100_collection_with_roles.t [deleted file]
t/070_native_traits/201_trait_counter.t [deleted file]
t/070_native_traits/202_trait_array.t [deleted file]
t/070_native_traits/203_trait_hash.t [deleted file]
t/070_native_traits/207_trait_string.t [deleted file]
t/070_native_traits/208_trait_bool.t [deleted file]
t/070_native_traits/209_trait_code.t [deleted file]
t/070_native_traits/300_array_subtypes.t [deleted file]
t/100_bugs/001_subtype_quote_bug.t
t/100_bugs/002_subtype_conflict_bug.t
t/100_bugs/003_Moose_Object_error.t
t/100_bugs/004_subclass_use_base_bug.t
t/100_bugs/005_inline_reader_bug.t
t/100_bugs/007_reader_precedence_bug.t
t/100_bugs/009_augment_recursion_bug.t
t/100_bugs/010_immutable_n_default_x2.t
t/100_bugs/011_DEMOLISH_eats_exceptions.t
t/100_bugs/012_DEMOLISH_eats_mini.t
t/100_bugs/013_lazybuild_required_undef.t
t/100_bugs/014_DEMOLISHALL.t [deleted file]
t/100_bugs/016_inheriting_from_roles.t
t/100_bugs/017_type_constraint_messages.t
t/100_bugs/019_moose_octal_defaults.t
t/100_bugs/020_super_recursion.t
t/100_bugs/021_DEMOLISHALL_shortcutted.t [deleted file]
t/100_bugs/022_role_caller.t
t/100_bugs/025_universal_methods_wrappable.t
t/100_bugs/026_create_anon_recursion.t
t/100_bugs/027_constructor_object_overload.t
t/100_bugs/028_apply_role_to_one_instance_only.t [deleted file]
t/100_bugs/029_instance_application_role_args.t [deleted file]
t/100_bugs/030_coerce_without_coercion.t [deleted file]
t/100_bugs/failing/006_handles_foreign_class_bug.t [moved from t-failing/100_bugs/006_handles_foreign_class_bug.t with 89% similarity]
t/100_bugs/failing/018_immutable_metaclass_does_role.t [moved from t-failing/100_bugs/018_immutable_metaclass_does_role.t with 90% similarity]
t/100_bugs/failing/023_DEMOLISH_fails_without_metaclass.t [moved from t-failing/100_bugs/023_DEMOLISH_fails_without_metaclass.t with 66% similarity]
t/100_bugs/failing/024_anon_method_metaclass.t [moved from t-failing/100_bugs/024_anon_method_metaclass.t with 84% similarity]
t/200_examples/001_example.t
t/200_examples/002_example_Moose_POOP.t [deleted file]
t/200_examples/003_example.t
t/200_examples/004_example_w_DCS.t
t/200_examples/005_example_w_TestDeep.t
t/200_examples/0071_Child_Parent_attr_inherit_imm.t [new file with mode: 0644]
t/200_examples/007_Child_Parent_attr_inherit.t
t/200_examples/008_record_set_iterator.t
t/300_immutable/001_immutable_moose.t
t/300_immutable/002_apply_roles_to_immutable.t [deleted file]
t/300_immutable/003_immutable_meta_class.t [deleted file]
t/300_immutable/004_inlined_constructors_n_types.t
t/300_immutable/005_multiple_demolish_inline.t
t/300_immutable/007_immutable_trigger_from_constructor.t
t/300_immutable/008_immutable_constructor_error.t
t/300_immutable/009_buildargs.t
t/300_immutable/010_constructor_is_not_moose.t [deleted file]
t/300_immutable/011_constructor_is_wrapped.t [deleted file]
t/300_immutable/012_default_values.t [deleted file]
t/300_immutable/013_immutable_roundtrip.t [deleted file]
t/300_immutable/014_immutable_metaclass_with_traits.t [deleted file]
t/300_immutable/015_immutable_destroy.t [deleted file]
t/300_immutable/016_inline_fallbacks.t [deleted file]
t/300_immutable/101-immutable-default.t [new file with mode: 0644]
t/400_moose_util/001_moose_util.t [deleted file]
t/400_moose_util/007_apply_roles.t [deleted file]
t/400_mouse_util/002_mouse_util_does_role.t [moved from t/400_moose_util/002_moose_util_does_role.t with 83% similarity]
t/500_test_moose/001_test_moose.t [deleted file]
t/500_test_moose/002_test_moose_does_ok.t [deleted file]
t/500_test_moose/003_test_moose_has_attribute_ok.t [deleted file]
t/500_test_moose/004_test_moose_meta_ok.t [deleted file]
t/500_test_moose/005_with_immutable.t [deleted file]
t/600_todo_tests/001_erfc.t [deleted file]
t/600_todo_tests/003_immutable_n_around.t [deleted file]
t/600_todo_tests/005_moose_and_threads.t [deleted file]
t/600_todo_tests/006_required_role_accessors.t [deleted file]
t/600_todo_tests/008_replacing_super_methods.t [deleted file]
t/lib/Bar.pm
t/lib/Bar7/Meta/Trait.pm [deleted file]
t/lib/Bar7/Meta/Trait2.pm [deleted file]
t/lib/Foo.pm
t/lib/Moose/Meta/Attribute/Custom/Bar.pm [deleted file]
t/lib/Moose/Meta/Attribute/Custom/Foo.pm [deleted file]
t/lib/Moose/Meta/Attribute/Custom/Trait/Bar.pm [deleted file]
t/lib/Moose/Meta/Attribute/Custom/Trait/Foo.pm [deleted file]
t/lib/MooseCompat.pm
t/lib/MyExporter.pm [deleted file]
t/lib/MyMetaclassRole.pm
t/lib/MyMooseA.pm [deleted file]
t/lib/MyMooseB.pm [deleted file]
t/lib/MyMooseObject.pm [deleted file]
t/lib/Role/Child.pm
t/lib/Role/Interface.pm
t/lib/Role/Parent.pm