Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\cpanrun-5.8\build\5-8-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t\AutoArgsTest.t t\AutoClassTest.t t\classvarTest.t t\defaultTest.t t\nullify.t t\override.t t\RootTest.t t\synonym.t t\testCase.t t\testInconsistent.t t\testNoAutoClass.t t\testNoUseParent.t t\testSynonyms2.t t\testUseOutOfOrder.t t\AutoArgsTest.........ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 1..24 ok t\AutoClassTest........ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 - testPackage6: init_self_history ok 26 - testPackage6: AUTO_ATTRIBUTES initially undef ok 27 ok 28 ok 29 ok 30 - testPackage6: default value ok 31 - testPackage6: simple setting ok 32 ok 33 - testPackage6: set() method ok 34 ok 35 - testPackage6: get() method ok 36 - testPackage6: get() method ok 37 ok 38 ok 39 ok 40 ok 41 - testPackage6: methods not created for non-AUTO_ATTRIBUTES ok 42 - testPackage6: auto generated method populated correctly with constructor initialization ok 43 ok 44 ok 45 ok 46 - testPackage6: auto generated method populated correctly with _init initialization ok 47 ok 48 ok 49 - testPackage6: AUTO_ATTRIBUTES with annon array ok 50 - testPackage6: OTHER_ATTRIBUTES without initialization ok 51 - testPackage6: OTHER_ATTRIBUTES initialized with _init ok 52 - testPackage6: checking synonyms ok 53 ok 54 ok 55 - testPackage7: init_self_history ok 56 - testPackage7: AUTO_ATTRIBUTES initially undef ok 57 ok 58 ok 59 ok 60 - testPackage7: default value ok 61 - testPackage7: simple setting ok 62 ok 63 - testPackage7: set() method ok 64 ok 65 - testPackage7: get() method ok 66 - testPackage7: get() method ok 67 ok 68 ok 69 ok 70 ok 71 - testPackage7: methods not created for non-AUTO_ATTRIBUTES ok 72 - testPackage7: auto generated method populated correctly with constructor initialization ok 73 ok 74 ok 75 ok 76 - testPackage7: auto generated method populated correctly with _init initialization ok 77 ok 78 ok 79 - testPackage7: AUTO_ATTRIBUTES with annon array ok 80 - testPackage7: OTHER_ATTRIBUTES without initialization ok 81 - testPackage7: OTHER_ATTRIBUTES initialized with _init ok 82 - testPackage7: checking synonyms ok 83 1..83 ok t\classvarTest.........ok 1 - class variable init'd at declare time, also answer to life, universe, etc ok 2 - set via setter ok 3 - test default value ok 4 - test value through normal class call ok 5 - same - but calling through object ok 6 ok 7 - value is reset for all referants ok 8 ok 9 - test Parent default value ok (class call) ok 10 - test Parent default value ok (obj call) ok 11 - test Parent default value ok (obj call) ok 12 - Child declares but does not set species ok 13 - Parent class variable not reset to default by Child ok 14 - Child inherits class variable ok 15 - test setting class var ok 16 ok 17 ok 18 ok 19 - test default value ok 20 - testing Parent class vars ok 21 ok 22 ok 23 - testing Child class vars ok 24 ok 25 ok 26 - testing GrandChild default vars ok 27 ok 28 ok 29 - test that Child not affected by GrandChild changing its class variable ok 30 - test that Parent not affected by GrandChild changing its class variable ok 31 ok 32 - test that Child not affected by GrandChild instance created by passing constructor parameters ok 33 - test that Parent not affected by GrandChild instance created by passing constructor parameters ok 34 - Parent invokation by classname ok 35 - Child invokation by classname ok 36 - GrandChild invokation by classname ok 37 - invokation by classname with inheritance ok 38 - invokation by classname to get a hash value ok 39 - invokation by classname to get a hash value w/inheritance 1..39 ok t\defaultTest..........ok 1 - parent has correct default setting ok 2 - child has correct default setting ok 3 - grandchild has correct default setting ok 4 - parent has correct default setting for virtual attribute ok 5 - child has correct default setting for virtual attribute ok 6 - grandchild has correct default setting for virtual attribute ok 7 - default set in parent, used in child ok 8 - default set in parent, used in grandchild ok 9 - default set in grandchild not seen in parent ok 10 - default set in grandchild not seen in child ok 11 - default set in grandchild for attribute defined in parent ok 12 - actual value set in new for attribute defined in parent not overwritten by default defined in grandchild ok 13 - parent: virtual default not stored in object HASH ok 14 - parent: default used in kids not stored in object HASH ok 15 - parent: unused default not stored in object HASH ok 16 - child: virtual default not stored in object HASH # Tests for handling of defaults with synonyms. Parent only ok 17 - child: unused default not stored in object HASH ok 18 - grandchild: virtual default not stored in object HASH ok 19 - grandchild: unused default not stored in object HASH ok 20 - parent: args nothing, defaults syn ok 21 - parent: args syn, defaults syn ok 22 - parent: args real, defaults syn ok 23 - parent: args nothing, defaults real ok 24 - parent: args syn, defaults real # Tests for handling of defaults with synonyms. Parent and Child ok 25 - parent: args real, defaults real ok 26 - parent: args nothing, defaults syn ok 27 - child: args nothing, defaults syn ok 28 - parent: args syn, defaults syn ok 29 - child: args syn, defaults syn ok 30 - parent: args real, defaults syn ok 31 - child: args real, defaults syn ok 32 - parent: args nothing, defaults real ok 33 - child: args nothing, defaults real ok 34 - parent: args syn, defaults real ok 35 - child: args syn, defaults real ok 36 - parent: args real, defaults real ok 37 - child: args real, defaults real 1..37 ok t\nullify..............ok 1 - returns a Nullable object with param set ok 2 ok 3 1..3 ok t\override.............ok 1 ok 2 1..2 ok t\RootTest.............ok 1 - The object isa Class::AutoClass::Root ok 2 - testing deprecated ok 3 - testing stack_trace ok 4 - testing throw ok 5 - testing warn with no input - empty message expected ok 6 - testing warn with input 1..6 ok t\synonym..............ok 1 - var set using "gender", read using "sex" ok 2 - var set using "sex", read using "gender" ok 3 - var set using "sex", read using "whatisya" synonym ok 4 - var set using "stork" (Child synonym), read using "sex" ok 5 - var set using "stork" (Child synonym), read using "sex" ok 6 - var set using "sex" (Parent), read using "stork" ok 7 - var set using "whatisya" (Parent synonym), read using "stork" 1..7 ok t\testCase.............Can't locate Test/Deep.pm in @INC (@INC contains: ../lib t/ C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\autoclass_v1\blib\lib C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\autoclass_v1\blib\arch C:/cpanrun-5.8/build/5-8-0/lib C:/cpanrun-5.8/build/5-8-0/site/lib .) at t\testCase.t line 4. BEGIN failed--compilation aborted at t\testCase.t line 4. dubious Test returned status 2 (wstat 512, 0x200) t\testInconsistent.....Can't locate Test/Deep.pm in @INC (@INC contains: ../lib t/ C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\autoclass_v1\blib\lib C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\autoclass_v1\blib\arch C:/cpanrun-5.8/build/5-8-0/lib C:/cpanrun-5.8/build/5-8-0/site/lib .) at t\testInconsistent.t line 4. BEGIN failed--compilation aborted at t\testInconsistent.t line 4. dubious Test returned status 2 (wstat 512, 0x200) t\testNoAutoClass......ok 1 - use testNoAutoClass; ok 2 - new isa testNoAutoClass ok 3 - instance attribute defined ok 4 - instance attribute can be set ok 5 - instance attribute can be gotten ok 6 - class attribute defined ok 7 - class attribute can be set ok 8 - class attribute can be gotten 1..8 ok t\testNoUseParent......Can't locate Test/Deep.pm in @INC (@INC contains: ../lib t/ C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\autoclass_v1\blib\lib C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\autoclass_v1\blib\arch C:/cpanrun-5.8/build/5-8-0/lib C:/cpanrun-5.8/build/5-8-0/site/lib .) at t\testNoUseParent.t line 4. BEGIN failed--compilation aborted at t\testNoUseParent.t line 4. dubious Test returned status 2 (wstat 512, 0x200) t\testSynonyms2........ok 1 - attribute set from defaults ok 2 - syn1 same as real ok 3 - syn2 same as real ok 4 - syn3 same as real ok 5 - syn4 same as real ok 6 - attribute set from args ok 7 - syn1 same as real ok 8 - syn2 same as real ok 9 - syn3 same as real ok 10 - syn4 same as real 1..10 ok t\testUseOutOfOrder....Can't locate Test/Deep.pm in @INC (@INC contains: ../lib t/ C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\autoclass_v1\blib\lib C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\autoclass_v1\blib\arch C:/cpanrun-5.8/build/5-8-0/lib C:/cpanrun-5.8/build/5-8-0/site/lib .) at t\testUseOutOfOrder.t line 4. BEGIN failed--compilation aborted at t\testUseOutOfOrder.t line 4. dubious Test returned status 2 (wstat 512, 0x200) Failed 4/14 test scripts, 71.43% okay. 0/219 subtests failed, 100.00% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\testCase.t 2 512 ?? ?? % ?? t\testInconsistent.t 2 512 ?? ?? % ?? t\testNoUseParent.t 2 512 ?? ?? % ?? t\testUseOutOfOrder.t 2 512 ?? ?? % ?? NMAKE : fatal error U1077: 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe' : return code '0x2' Stop.