opt
/
alt
/
php72
/
usr
/
share
/
pear
/
test
/
File_MARC
/
tests
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
bad_example.mrc
1.81 KB
Rename
Delete
bad_example.xml
7.11 KB
Rename
Delete
bigarchive.xml
3.43 KB
Rename
Delete
camel.mrc
6.83 KB
Rename
Delete
example.mrc
1.81 KB
Rename
Delete
marc_001.phpt
2.45 KB
Rename
Delete
marc_002.phpt
4.60 KB
Rename
Delete
marc_003.phpt
1.35 KB
Rename
Delete
marc_004.phpt
9.35 KB
Rename
Delete
marc_005.phpt
3.42 KB
Rename
Delete
marc_006.phpt
1.28 KB
Rename
Delete
marc_007.phpt
1.18 KB
Rename
Delete
marc_008.phpt
478 bytes
Rename
Delete
marc_009.phpt
1.51 KB
Rename
Delete
marc_010.phpt
4.59 KB
Rename
Delete
marc_011.phpt
2.69 KB
Rename
Delete
marc_012.phpt
1.74 KB
Rename
Delete
marc_013.phpt
8.32 KB
Rename
Delete
marc_014.phpt
3.49 KB
Rename
Delete
marc_015.phpt
4.76 KB
Rename
Delete
marc_016.phpt
12.36 KB
Rename
Delete
marc_017.phpt
4.07 KB
Rename
Delete
marc_018.phpt
3.10 KB
Rename
Delete
marc_019.phpt
4.04 KB
Rename
Delete
marc_020.phpt
3.87 KB
Rename
Delete
marc_021.phpt
4.76 KB
Rename
Delete
marc_022.phpt
10.26 KB
Rename
Delete
marc_023.phpt
540 bytes
Rename
Delete
marc_16783.phpt
2.43 KB
Rename
Delete
marc_field_001.phpt
895 bytes
Rename
Delete
marc_field_002.phpt
559 bytes
Rename
Delete
marc_field_003.phpt
1.65 KB
Rename
Delete
marc_field_004.phpt
937 bytes
Rename
Delete
marc_field_005.phpt
1015 bytes
Rename
Delete
marc_field_21246.phpt
812 bytes
Rename
Delete
marc_lint_001.phpt
4.41 KB
Rename
Delete
marc_lint_002.phpt
2.30 KB
Rename
Delete
marc_lint_003.phpt
2.73 KB
Rename
Delete
marc_lint_004.phpt
5.07 KB
Rename
Delete
marc_lint_005.phpt
2.63 KB
Rename
Delete
marc_record_001.phpt
561 bytes
Rename
Delete
marc_subfield_001.phpt
733 bytes
Rename
Delete
marc_subfield_002.phpt
1.04 KB
Rename
Delete
marc_xml_001.phpt
7.47 KB
Rename
Delete
marc_xml_002.phpt
3.54 KB
Rename
Delete
marc_xml_003.phpt
1.46 KB
Rename
Delete
marc_xml_004.phpt
2.76 KB
Rename
Delete
marc_xml_005.phpt
1.48 KB
Rename
Delete
marc_xml_006.phpt
1.42 KB
Rename
Delete
marc_xml_007.phpt
986 bytes
Rename
Delete
marc_xml_008.phpt
12.38 KB
Rename
Delete
marc_xml_009.phpt
1.09 KB
Rename
Delete
marc_xml_16642.phpt
930 bytes
Rename
Delete
marc_xml_namespace.phpt
720 bytes
Rename
Delete
marc_xml_namespace_prefix.phpt
699 bytes
Rename
Delete
marc_xml_rsinger.phpt
2.45 KB
Rename
Delete
music.mrc
4.17 KB
Rename
Delete
music.xml
11.38 KB
Rename
Delete
namespace.xml
7.90 KB
Rename
Delete
onerecord.xml
3.23 KB
Rename
Delete
sandburg.mrc
1.12 KB
Rename
Delete
sandburg.xml
3.26 KB
Rename
Delete
skipif.inc
177 bytes
Rename
Delete
xmlescape.mrc
728 bytes
Rename
Delete
--TEST-- marc_lint_001: Full test of Lint suite --SKIPIF-- <?php include('tests/skipif.inc'); ?> <?php include('tests/skipif_noispn.inc'); ?> --FILE-- <?php $dir = dirname(__FILE__); require __DIR__ . '/bootstrap.php'; $marc_lint = new File_MARC_Lint(); print "Test records in camel.mrc\n"; $marc_file = new File_MARC($dir . '/' . 'camel.mrc'); while ($marc_record = $marc_file->next()) { $warnings = $marc_lint->checkRecord($marc_record); foreach ($warnings as $warning) { print $warning . "\n"; } } print "\nTest from a constructed record\n"; $rec = new File_MARC_Record(); $rec->setLeader("00000nam 22002538a 4500"); $rec->appendField( new File_MARC_Data_Field( '041', array( new File_MARC_Subfield('a', 'end'), new File_MARC_Subfield('a', 'fren') ), "0", "" ) ); $rec->appendField( new File_MARC_Data_Field( '043', array( new File_MARC_Subfield('a', 'n-us-pn') ), "", "" ) ); $rec->appendField( new File_MARC_Data_Field( '082', array( new File_MARC_Subfield('a', '005.13/3'), // typo 'R' for 'W' and missing 'b' subfield new File_MARC_Subfield('R', 'all'), new File_MARC_Subfield('2', '21') ), "0", "4" ) ); $rec->appendField( new File_MARC_Data_Field( '082', array( new File_MARC_Subfield('a', '005.13'), new File_MARC_Subfield('b', 'Wall'), new File_MARC_Subfield('2', '14') ), "1", "4" ) ); $rec->appendField( new File_MARC_Data_Field( '100', array( new File_MARC_Subfield('a', 'Wall, Larry') ), "1", "4" ) ); $rec->appendField( new File_MARC_Data_Field( '110', array( new File_MARC_Subfield('a', "O'Reilly & Associates.") ), "1", "" ) ); $rec->appendField( new File_MARC_Data_Field( '245', array( new File_MARC_Subfield('a', 'Programming Perl / '), new File_MARC_Subfield('a', 'Big Book of Perl /'), new File_MARC_Subfield('c', 'Larry Wall, Tom Christiansen & Jon Orwant.') ), "9", "0" ) ); $rec->appendField( new File_MARC_Data_Field( '250', array( new File_MARC_Subfield('a', '3rd ed.') ), "", "" ) ); $rec->appendField( new File_MARC_Data_Field( '250', array( new File_MARC_Subfield('a', '3rd ed.') ), "", "" ) ); $rec->appendField( new File_MARC_Data_Field( '260', array( new File_MARC_Subfield('a', 'Cambridge, Mass. : '), new File_MARC_Subfield('b', "O'Reilly, "), new File_MARC_Subfield('r', '2000.') ), "", "" ) ); $rec->appendField( new File_MARC_Data_Field( '590', array( new File_MARC_Subfield('a', 'Personally signed by Larry.') ), "4", "" ) ); $rec->appendField( new File_MARC_Data_Field( '650', array( new File_MARC_Subfield('a', 'Perl (Computer program language)'), new File_MARC_Subfield('0', '(DLC)sh 95010633') ), "", "0" ) ); $rec->appendField( new File_MARC_Data_Field( '856', array( new File_MARC_Subfield('u', 'http://www.perl.com/') ), "4", "3" ) ); $rec->appendField( new File_MARC_Data_Field( '886', array( new File_MARC_Subfield('4', 'Some foreign thing'), new File_MARC_Subfield('q', 'Another foreign thing') ), "0", "" ) ); $warnings = $marc_lint->checkRecord($rec); foreach ($warnings as $warning) { print $warning . "\n"; } ?> --EXPECT-- Test records in camel.mrc 100: Indicator 1 must be 0, 1 or 3 but it's "2" 007: Subfields are not allowed in fields lower than 010 Test from a constructed record 1XX: Only one 1XX tag is allowed, but I found 2 of them. 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, (fren). 043: Subfield _a, n-us-pn, is not valid. 082: Subfield _R is not allowed. 100: Indicator 2 must be blank but it's "4" 245: Indicator 1 must be 0 or 1 but it's "9" 245: Subfield _a is not repeatable. 260: Subfield _r is not allowed. 856: Indicator 2 must be blank, 0, 1, 2 or 8 but it's "3"
Save