gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 124/254: tests: remove superfluous test 1399


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 124/254: tests: remove superfluous test 1399
Date: Sat, 17 Jun 2017 16:52:36 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.54.1
in repository gnurl.

commit 8dfa378e528917fd253780fd8414795ed868ab0f
Author: Richard Hsu <address@hidden>
AuthorDate: Tue May 9 14:30:15 2017 -0700

    tests: remove superfluous test 1399
    
    @MarcelRaad noted that `test1399` causes infinite loop on MinGW.
    Looking into this, seems like it is related to how Windows handles
    CRLF. See https://github.com/curl/curl/commit/9e093f by @mback2k.
    Removing `test1399` as it's identical to `test1326` then with such a
    fix.
    
    Test 1399 was broughy by commit 862b02f8947039e
    
    Closes #1478
---
 tests/data/Makefile.inc |  2 +-
 tests/data/test1399     | 43 -------------------------------------------
 2 files changed, 1 insertion(+), 44 deletions(-)

diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc
index 1d04a6c3c..089f598c6 100644
--- a/tests/data/Makefile.inc
+++ b/tests/data/Makefile.inc
@@ -146,7 +146,7 @@ test1364 test1365 test1366 test1367 test1368 test1369 
test1370 test1371 \
 test1372 test1373 test1374 test1375 test1376 test1377 test1378 test1379 \
 test1380 test1381 test1382 test1383 test1384 test1385 test1386 test1387 \
 test1388 test1389 test1390 test1391 test1392 test1393 test1394 test1395 \
-test1396 test1397 test1398 test1399 \
+test1396 test1397 test1398 \
 \
 test1400 test1401 test1402 test1403 test1404 test1405 test1406 test1407 \
 test1408 test1409 test1410 test1411 test1412 test1413 test1414 test1415 \
diff --git a/tests/data/test1399 b/tests/data/test1399
deleted file mode 100644
index 830960532..000000000
--- a/tests/data/test1399
+++ /dev/null
@@ -1,43 +0,0 @@
-<testcase>
-<info>
-<keywords>
-TELNET
-UPLOAD
-</keywords>
-</info>
-
-#
-# Server-side
-<reply>
-</reply>
-
-#
-# Client-side
-<client>
-<server>
-http
-</server>
-<features>
-telnet
-</features>
-<name>
-TELNET check stdin to HTTP
-</name>
-<stdin>
-GET /we/want/1399 HTTP/1.0
-
-</stdin>
-<command option="no-output">
-telnet://%HOSTIP:%HTTPPORT
-</command>
-</client>
-
-#
-# Verify data after the test has been "shot"
-<verify>
-<protocol>
-GET /we/want/1399 HTTP/1.0
-
-</protocol>
-</verify>
-</testcase>

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]