bug 7661: Moving C4::tests to unit tests
authorPaul Poulain <paul.poulain@biblibre.com>
Tue, 13 Mar 2012 17:07:54 +0000 (18:07 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 13 Mar 2012 17:07:54 +0000 (18:07 +0100)
commitbefebb8a5c7757cddd0fbb0c639ca8f909d931c9
tree23c9377f9770b823806d075bf31de506c20f6538
parent50585c34292b7aabfaabeba0db3f83612f55837e
bug 7661: Moving C4::tests to unit tests
16 files changed:
C4/tests/Record_test.pl [deleted file]
C4/tests/testrecords/marc21_marc8.dat [deleted file]
C4/tests/testrecords/marc21_marc8_combining_chars.dat [deleted file]
C4/tests/testrecords/marc21_marc8_errors.dat [deleted file]
C4/tests/testrecords/marc21_utf8.dat [deleted file]
C4/tests/testrecords/marc21_utf8_combining_chars.dat [deleted file]
C4/tests/testrecords/marcxml_utf8.xml [deleted file]
C4/tests/testrecords/marcxml_utf8_entityencoded.xml [deleted file]
t/db_dependent/Record/Record.t [new file with mode: 0755]
t/db_dependent/Record/testrecords/marc21_marc8.dat [new file with mode: 0644]
t/db_dependent/Record/testrecords/marc21_marc8_combining_chars.dat [new file with mode: 0644]
t/db_dependent/Record/testrecords/marc21_marc8_errors.dat [new file with mode: 0644]
t/db_dependent/Record/testrecords/marc21_utf8.dat [new file with mode: 0644]
t/db_dependent/Record/testrecords/marc21_utf8_combining_chars.dat [new file with mode: 0644]
t/db_dependent/Record/testrecords/marcxml_utf8.xml [new file with mode: 0644]
t/db_dependent/Record/testrecords/marcxml_utf8_entityencoded.xml [new file with mode: 0644]