From 39d0d787d20b29ed57b10477340c7d000041d31d Mon Sep 17 00:00:00 2001 From: Julien Chaffraix Date: Mon, 7 Feb 2011 22:12:37 -0800 Subject: test1304: Added some unit tests for Curl_parsenetrc. Moved some definitons into the header file so that we can reuse them. --- tests/data/test1304 | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 tests/data/test1304 (limited to 'tests/data/test1304') diff --git a/tests/data/test1304 b/tests/data/test1304 new file mode 100644 index 000000000..572e03302 --- /dev/null +++ b/tests/data/test1304 @@ -0,0 +1,31 @@ + + + +unittest +netrc + + + +# +# Client-side + + +none + + +unittest +netrc_debug + + +netrc parsing unit tests + + +unit1304 + + +machine example.com login admin password passwd +machine curl.example.com login none password none + + + + -- cgit v1.2.3