Bug 33418

Summary: New port: A subclass of MARC.pm to provide XML support
Product: Ports & Packages Reporter: svenasse <svenasse>
Component: Individual Port(s)Assignee: Ade Lovett <ade>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description svenasse 2002-01-01 03:10:02 UTC

    
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2002-02-08 08:45:44 UTC
State Changed
From-To: open->feedback

Any idea why half the tests fail?  Is this a problem with the tests, or the 
port? 

hex(~/newports/p5-MARC-XML/work/MARC-XML-0.4) [505] > make test 
PERL_DL_NONLAZY=1 /usr/bin/perl5.00503 -Iblib/arch -Iblib/lib -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t 
t/test1.............FAILED test 33 
Failed 1/178 tests, 99.44% okay 
t/test2.............ok 
t/test3.............FAILED test 33 
Failed 1/79 tests, 98.73% okay 
t/test4.............ok 
Failed Test  Status Wstat Total Fail  Failed  List of failed 
------------------------------------------------------------------------------- 
t/test1.t                   178    1   0.56%  33 
t/test3.t                    79    1   1.27%  33 
Failed 2/4 test scripts, 50.00% okay. 2/524 subtests failed, 99.62% okay. 
*** Error code 2 

Stop in /b/home/petef/newports/p5-MARC-XML/work/MARC-XML-0.4. 
hex(~/newports/p5-MARC-XML/work/MARC-XML-0.4) [506] >
Comment 2 Seamus.Venasse 2002-02-15 18:49:01 UTC
This is a problem with the tests.  It is actually 2 tests out of 524 which
fail, and both fail with the same data.  According to the test, it is
expecting a value of "19990808143752.0" when the marc.dat file contains
"19960221075055.7".  This port passes with all other 522 tests.

Seamus
Comment 3 Ade Lovett freebsd_committer freebsd_triage 2002-04-13 19:08:04 UTC
State Changed
From-To: feedback->closed

Timeout (2 months) in feedback. 


Comment 4 Ade Lovett freebsd_committer freebsd_triage 2002-04-13 19:08:04 UTC
Responsible Changed
From-To: freebsd-ports->ade

My fault[tm]
Comment 5 Seamus.Venasse 2002-04-15 07:35:37 UTC
Why is this closed when it hasn't been committed?  The port works as
advertised.