View | Details | Raw Unified | Return to bug 26364
Collapse All | Expand All

(-)a/t/db_dependent/XISBN.t (-3 / +2 lines)
Lines 76-83 eval { $results_thingisbn = C4::XISBN::get_xisbns($isbn1,$biblionumber3); }; Link Here
76
SKIP: {
76
SKIP: {
77
    skip "Problem retrieving ThingISBN", 1
77
    skip "Problem retrieving ThingISBN", 1
78
        unless $@ eq '';
78
        unless $@ eq '';
79
    is( $results_thingisbn->[0]->{biblionumber},
79
    isnt( $results_thingisbn->[0]->{biblionumber},
80
        undef,
80
        $biblionumber3,
81
        "Doesn't get biblionumber if the biblionumber matches the one passed to the sub." );
81
        "Doesn't get biblionumber if the biblionumber matches the one passed to the sub." );
82
}
82
}
83
83
84
- 

Return to bug 26364