Update networking layer w/ CURL and emscripten impl
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
unittest
|
||||
netrc
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
#
|
||||
# Client-side
|
||||
<client>
|
||||
<features>
|
||||
unittest
|
||||
netrc
|
||||
</features>
|
||||
<name>
|
||||
netrc parsing unit tests
|
||||
</name>
|
||||
<command>
|
||||
%LOGDIR/netrc%TESTNUMBER
|
||||
</command>
|
||||
<file name="%LOGDIR/netrc%TESTNUMBER">
|
||||
machine example.com login admin password passwd
|
||||
machine curl.example.com login none password none
|
||||
</file>
|
||||
</client>
|
||||
</testcase>
|
||||
Reference in New Issue
Block a user