diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2011-07-29 09:32:32 -0700 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2011-07-29 12:35:52 -0700 |
commit | cc3e01cfae461c69c240f21a7b10fb31e1314fb7 (patch) | |
tree | f6cf8cbb98803a9504232ebf2323d2b0c64136e1 | |
parent | 65cc163195afaa918fa0983fa07ae531481b06df (diff) |
Renumbered test2005 to test1310
The 20xx range is for multiple sequential tests.
-rw-r--r-- | tests/data/Makefile.am | 4 | ||||
-rw-r--r-- | tests/data/test1310 (renamed from tests/data/test2005) | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 9b8e94722..b6e0ab8b5 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -73,8 +73,8 @@ test1110 test1111 test1112 test1113 test1114 test1115 test1116 test1117 \ test1118 test1119 test1120 test1121 test1122 test1123 test1124 test1125 \ test1126 test1127 test1128 test1129 test1130 test1131 test1200 test1201 \ test1202 test1203 test1300 test1301 test1302 test1303 test1304 test1305 \ -test1306 test1307 test1308 test1309 test2000 test2001 test2002 test2003 \ -test2004 test2005 +test1306 test1307 test1308 test1309 test1310 \ +test2000 test2001 test2002 test2003 test2004 EXTRA_DIST = $(TESTCASES) DISABLED diff --git a/tests/data/test2005 b/tests/data/test1310 index ea564fcb3..e101fd71f 100644 --- a/tests/data/test2005 +++ b/tests/data/test1310 @@ -74,10 +74,10 @@ NTLM_AUTH=%PWD/server/fake_ntlm # set source directory so fake_ntlm can find the test files NTLM_AUTH_SRCDIR=%SRCDIR # set the test number -NTLM_AUTH_TESTNUM=2005 +NTLM_AUTH_TESTNUM=1310 </setenv> <command> -http://%HOSTIP:%HTTPPORT/2005 -u testuser:anypasswd --ntlm-sso +http://%HOSTIP:%HTTPPORT/1310 -u testuser:anypasswd --ntlm-sso </command> <precheck> chkhostname curlhost @@ -90,13 +90,13 @@ chkhostname curlhost ^User-Agent:.* </strip> <protocol> -GET /2005 HTTP/1.1
+GET /1310 HTTP/1.1
Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAwAAAA
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
Host: %HOSTIP:%HTTPPORT
Accept: */*
-GET /2005 HTTP/1.1
+GET /1310 HTTP/1.1
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAE8AAAAYABgAZwAAAAAAAABAAAAACAAIAEAAAAAHAAcASAAAAAAAAAAAAAAAggEAAHRlc3R1c2VyVU5LTk9XTlpkQwKRCZFMhjj0tw47wEjKHRHlvzfxQamFcheMuv8v+xeqphEO5V41xRd7R9deOQ==
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
Host: %HOSTIP:%HTTPPORT
|