At 21:32 -0500 16/02/2000, Larry Moore wrote:
>At 21:19 -0500 16/02/2000, Paul Schinder wrote:
>
>>Try making a t folder inside the t folder and moving and
>>desertnet.xml-source into it before running the test.  When I do that
>>in Linux, the test works:
>>
>>I don't know a good solution for this except a "if ($^O eq 'MacOS')"
>>switch in the test.
>>
>>--
>>Paul Schinder
>>[EMAIL PROTECTED]
>
>Thanks, Paul. I'll try duplicating the contents of the :t: folder into a :t:t:
and also ... to all test files ...
my $SrcFile   = File::Spec->catfile(':t', 'desertnet.xml-source');
my $XMLFile   = File::Spec->catfile(':t', 'desertnet.xml');
 5_MemCopy.t:
 ok 1..7
4_MemShare.t all ok
3_Storable.t'
1..19
ok 1
ok 2
ok 3
ok 4
ok 5
not ok 6
ok 7
not ok 8
ok 9
not ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
not ok 17
ok 18
ok 19

2_XMLout.t
1..160
ok 1...ok 131
# open(testoutput.xml): Invalid argument
File 'External_HD:Attachments:XML-Simple-1.02b:t:2_XMLout.t'; Line 556
1_XMLin.t'
1..46
ok 1... ok 23
not ok 24
# Could not find t:test1.xml in
File 'External_HD:Attachments:XML-Simple-1.02b:t:1_XMLin.t'; Line 387
25:DataCompare:  != HASH(0x20053c8)
not ok 25
ok 26
ok 27
# Could not find test2.xml in dir1:dir2:t:subdir:
File 'External_HD:Attachments:XML-Simple-1.02b:t:1_XMLin.t'; Line 408
not ok 28
29:DataCompare:  != HASH(0x20037c8)
not ok 29
ok 30
ok 31
# read error.
File 'External_HD:Perl:MacPerl �:site_perl:XML:Parser:Expat.pm'; Line 438

Reply via email to