--TEST-- marc_lint_002: Tests check041() and check043() called separately --SKIPIF-- <?php include('tests/skipif.inc'); ?> <?php include('tests/skipif_noispn.inc'); ?> --FILE-- <?php $dir = dirname(__FILE__); require __DIR__ . '/bootstrap.php'; // Create test harness to allow direct calls to check methods: class File_MARC_Lint_Test_Harness extends File_MARC_Lint { public function check041($field) { return parent::check041($field); } public function check043($field) { return parent::check043($field); } // override warn method to echo instead of store in object: protected function warn($msg) { echo $msg . "\n"; } } $marc_lint = new File_MARC_Lint_Test_Harness(); $field = new File_MARC_Data_Field( '041', array( new File_MARC_Subfield('a', 'end'), // invalid new File_MARC_Subfield('a', 'span'), // too long new File_MARC_Subfield('h', 'far') // obsolete ), "0", "" ); $marc_lint->check041($field); $field = new File_MARC_Data_Field( '041', array( new File_MARC_Subfield('a', 'endorviwo'), // invalid new File_MARC_Subfield('a', 'spanowpalasba') // too long and invalid ), "1", "" ); $marc_lint->check041($field); $field = new File_MARC_Data_Field( '043', array( new File_MARC_Subfield('a', 'n-----'), // 6 chars vs. 7 new File_MARC_Subfield('a', 'n-us----'), // 8 chars vs. 7 new File_MARC_Subfield('a', 'n-ma-us'), // invalid code new File_MARC_Subfield('a', 'e-ur-ai') // obsolete code ), "", "" ); $marc_lint->check043($field); ?> --EXPECT-- 041: Subfield _a, end (end), is not valid. 041: Subfield _a must be evenly divisible by 3 or exactly three characters if ind2 is not 7, (span). 041: Subfield _h, far, may be obsolete. 041: Subfield _a, endorviwo (end), is not valid. 041: Subfield _a, endorviwo (orv), is not valid. 041: Subfield _a, endorviwo (iwo), is not valid. 041: Subfield _a must be evenly divisible by 3 or exactly three characters if ind2 is not 7, (spanowpalasba). 043: Subfield _a must be exactly 7 characters, n----- 043: Subfield _a must be exactly 7 characters, n-us---- 043: Subfield _a, n-ma-us, is not valid. 043: Subfield _a, e-ur-ai, may be obsolete.
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
bad_example.mrc | File | 1.81 KB | 0644 |
|
bad_example.xml | File | 7.11 KB | 0644 |
|
bigarchive.xml | File | 3.43 KB | 0644 |
|
camel.mrc | File | 6.83 KB | 0644 |
|
example.mrc | File | 1.81 KB | 0644 |
|
marc_001.phpt | File | 2.45 KB | 0644 |
|
marc_002.phpt | File | 4.6 KB | 0644 |
|
marc_003.phpt | File | 1.35 KB | 0644 |
|
marc_004.phpt | File | 9.35 KB | 0644 |
|
marc_005.phpt | File | 3.42 KB | 0644 |
|
marc_006.phpt | File | 1.28 KB | 0644 |
|
marc_007.phpt | File | 1.18 KB | 0644 |
|
marc_008.phpt | File | 478 B | 0644 |
|
marc_009.phpt | File | 1.51 KB | 0644 |
|
marc_010.phpt | File | 4.59 KB | 0644 |
|
marc_011.phpt | File | 2.69 KB | 0644 |
|
marc_012.phpt | File | 1.74 KB | 0644 |
|
marc_013.phpt | File | 8.32 KB | 0644 |
|
marc_014.phpt | File | 3.49 KB | 0644 |
|
marc_015.phpt | File | 4.76 KB | 0644 |
|
marc_016.phpt | File | 12.36 KB | 0644 |
|
marc_017.phpt | File | 4.07 KB | 0644 |
|
marc_018.phpt | File | 3.1 KB | 0644 |
|
marc_019.phpt | File | 4.04 KB | 0644 |
|
marc_020.phpt | File | 3.87 KB | 0644 |
|
marc_021.phpt | File | 4.76 KB | 0644 |
|
marc_022.phpt | File | 10.26 KB | 0644 |
|
marc_023.phpt | File | 540 B | 0644 |
|
marc_16783.phpt | File | 2.43 KB | 0644 |
|
marc_field_001.phpt | File | 895 B | 0644 |
|
marc_field_002.phpt | File | 559 B | 0644 |
|
marc_field_003.phpt | File | 1.65 KB | 0644 |
|
marc_field_004.phpt | File | 937 B | 0644 |
|
marc_field_005.phpt | File | 1015 B | 0644 |
|
marc_field_21246.phpt | File | 812 B | 0644 |
|
marc_lint_001.phpt | File | 4.41 KB | 0644 |
|
marc_lint_002.phpt | File | 2.3 KB | 0644 |
|
marc_lint_003.phpt | File | 2.73 KB | 0644 |
|
marc_lint_004.phpt | File | 5.07 KB | 0644 |
|
marc_lint_005.phpt | File | 2.63 KB | 0644 |
|
marc_record_001.phpt | File | 561 B | 0644 |
|
marc_subfield_001.phpt | File | 733 B | 0644 |
|
marc_subfield_002.phpt | File | 1.04 KB | 0644 |
|
marc_xml_001.phpt | File | 7.47 KB | 0644 |
|
marc_xml_002.phpt | File | 3.54 KB | 0644 |
|
marc_xml_003.phpt | File | 1.46 KB | 0644 |
|
marc_xml_004.phpt | File | 2.76 KB | 0644 |
|
marc_xml_005.phpt | File | 1.48 KB | 0644 |
|
marc_xml_006.phpt | File | 1.42 KB | 0644 |
|
marc_xml_007.phpt | File | 986 B | 0644 |
|
marc_xml_008.phpt | File | 12.38 KB | 0644 |
|
marc_xml_009.phpt | File | 1.09 KB | 0644 |
|
marc_xml_16642.phpt | File | 930 B | 0644 |
|
marc_xml_namespace.phpt | File | 720 B | 0644 |
|
marc_xml_namespace_prefix.phpt | File | 699 B | 0644 |
|
marc_xml_rsinger.phpt | File | 2.45 KB | 0644 |
|
music.mrc | File | 4.17 KB | 0644 |
|
music.xml | File | 11.38 KB | 0644 |
|
namespace.xml | File | 7.9 KB | 0644 |
|
onerecord.xml | File | 3.23 KB | 0644 |
|
sandburg.mrc | File | 1.12 KB | 0644 |
|
sandburg.xml | File | 3.26 KB | 0644 |
|
skipif.inc | File | 177 B | 0644 |
|
xmlescape.mrc | File | 728 B | 0644 |
|