diff options
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/Makefile.am | 2 | ||||
-rw-r--r-- | tests/data/test1305 | 6 | ||||
-rw-r--r-- | tests/data/test1306 | 30 |
3 files changed, 36 insertions, 2 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 2967e7cf6..c925d0ee0 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -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 + test1304 test1305 test1306 filecheck: @mkdir test-place; \ diff --git a/tests/data/test1305 b/tests/data/test1305 index 4efe321e1..91149b3ad 100644 --- a/tests/data/test1305 +++ b/tests/data/test1305 @@ -1,4 +1,5 @@ <testcase> +<!-- This replaces test 558 --> <info> <keywords> unittest @@ -16,11 +17,14 @@ none unittest </features> <name> -internal hash create/add/destroy testing +internal hash create/destroy testing </name> <tool> unit1305 </tool> +<command> +1305 +</command> </client> </testcase> diff --git a/tests/data/test1306 b/tests/data/test1306 new file mode 100644 index 000000000..b490efb51 --- /dev/null +++ b/tests/data/test1306 @@ -0,0 +1,30 @@ +<testcase> +<!-- This replaces test 559 --> +<info> +<keywords> +unittest +hash +</keywords> +</info> + +# +# Client-side +<client> +<server> +none +</server> +<features> +unittest +</features> + <name> +internal hash create/add/destroy testing + </name> +<tool> +unit1305 +</tool> +<command> +1306 +</command> +</client> + +</testcase> |