Home
last modified time | relevance | path

Searched refs:assertEqualStringA (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_rar.c1675 assertEqualStringA(a, "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD " in test_read_format_rar_multivolume_uncompressed_files_helper()
1683 assertEqualStringA(a, "<HTML>\n<HEAD>\n\t<META HTTP-EQUIV=\"CONTENT-TYPE\" " in test_read_format_rar_multivolume_uncompressed_files_helper()
1691 assertEqualStringA(a, "ml; charset=utf-8\">\n\t<TITLE></TITLE>\n\t<META " in test_read_format_rar_multivolume_uncompressed_files_helper()
1699 assertEqualStringA(a, "", buff); in test_read_format_rar_multivolume_uncompressed_files_helper()
1706 assertEqualStringA(a, "", buff); in test_read_format_rar_multivolume_uncompressed_files_helper()
1713 assertEqualStringA(a, "", buff); in test_read_format_rar_multivolume_uncompressed_files_helper()
1748 assertEqualStringA(a, "testdir/LibarchiveAddingTest2.html", in DEFINE_TEST()
1774 assertEqualStringA(a, ". \n</P>\n<P STYLE=\"margin-bottom: 0in\"><BR>\n" in DEFINE_TEST()
1782 assertEqualStringA(a, "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 " in DEFINE_TEST()
1792 assertEqualStringA(a, "ertEqualInt,\n\tassertEqualString, " in DEFINE_TEST()
[all …]
H A Dtest_read_format_iso_Z.c53 assertEqualStringA(a, NULL, archive_entry_gname(ae)); in test1()
58 assertEqualStringA(a, ".", archive_entry_pathname(ae)); in test1()
62 assertEqualStringA(a, NULL, archive_entry_uname(ae)); in test1()
105 assertEqualStringA(a, NULL, archive_entry_gname(ae)); in test_small()
114 assertEqualStringA(a, NULL, archive_entry_uname(ae)); in test_small()
126 assertEqualStringA(a, NULL, archive_entry_gname(ae)); in test_small()
134 assertEqualStringA(a, NULL, archive_entry_uname(ae)); in test_small()
146 assertEqualStringA(a, NULL, archive_entry_gname(ae)); in test_small()
154 assertEqualStringA(a, NULL, archive_entry_uname(ae)); in test_small()
167 assertEqualStringA(a, NULL, archive_entry_gname(ae)); in test_small()
[all …]
H A Dtest_write_format_iso9660_bugs.c289 assertEqualStringA(a, ".", archive_entry_pathname(ae)); in DEFINE_TEST()
294 assertEqualStringA(a, name, archive_entry_pathname(ae)); in DEFINE_TEST()
296 assertEqualStringA(a, "B", archive_entry_symlink(ae)); in DEFINE_TEST()
H A Dtest_read_format_huge_rpm.c38 assertEqualStringA(a, "Truncated input file " in DEFINE_TEST()
H A Dtest_read_truncated_filter.c113 assertEqualStringA(a, "truncated bzip2 input", in test_truncation()
H A Dtest_write_format_pax_align.c191 assertEqualStringA(a, f->name, archive_entry_pathname(ae)); in verify_archive()
/freebsd/contrib/libarchive/test_utils/
H A Dtest_common.h456 #define assertEqualStringA(a,v1,v2) \ macro