From c60a6153be81956b8bd9fcec46fc12ee3b7ca38a Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 4 Mar 2011 15:56:40 -0800 Subject: Moved test 577 into the unit test framework as test 1307 --- tests/data/Makefile.am | 4 ++-- tests/data/test1307 | 27 +++++++++++++++++++++++++++ tests/data/test577 | 43 ------------------------------------------- 3 files changed, 29 insertions(+), 45 deletions(-) create mode 100644 tests/data/test1307 delete mode 100644 tests/data/test577 (limited to 'tests/data') diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index c925d0ee0..aa060ed1a 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -60,7 +60,7 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \ test1072 test1073 test1074 test1075 test1076 test1077 test1078 test1079 \ test1080 test1081 test1082 test1083 test1084 test1085 test633 test634 \ test635 test636 test637 test1086 test1087 test1088 \ - test574 test575 test576 test577 test1113 test1114 test1089 test1090 \ + test574 test575 test576 test1113 test1114 test1089 test1090 \ test1091 test1092 test1093 test1094 test1095 test1096 test1097 test560 \ test561 test1098 test1099 test562 test563 test1100 test564 test1101 \ test1102 test1103 test1104 test299 test310 test311 test312 test1105 \ @@ -70,7 +70,7 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \ test313 test1115 test578 test579 test1116 test1200 test1201 test1202 \ test1203 test1117 test1118 test1119 test1120 test1300 test1301 test1302 \ test1303 test320 test321 test322 test323 test324 test1121 test581 test580 \ - test1304 test1305 test1306 + test1304 test1305 test1306 test1307 filecheck: @mkdir test-place; \ diff --git a/tests/data/test1307 b/tests/data/test1307 new file mode 100644 index 000000000..82ed3c07f --- /dev/null +++ b/tests/data/test1307 @@ -0,0 +1,27 @@ + + + + +unittest +wildcardmatch + + + +# +# Client-side + + +none + + +unittest + + +internal Curl_fnmatch() testing + + +unit1307 + + + + diff --git a/tests/data/test577 b/tests/data/test577 deleted file mode 100644 index 7a69ead20..000000000 --- a/tests/data/test577 +++ /dev/null @@ -1,43 +0,0 @@ - - - -wildcardmatch - - -# -# Server-side - - - -# Client-side - - -none - -# tool is what to use instead of 'curl' - -lib577 - -# precheck is a command line to run before the test, -# to see if we can execute the test or not - -./libtest/lib577 check - - - -Curl_fnmatch() testing - - -nothing - - - -# -# Verify data after the test has been "shot" - - -=========================== -=========================== - - - -- cgit v1.2.3