diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2014-01-16 23:41:31 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2014-01-17 00:32:02 +0100 |
commit | 821094ba728cb2778dd4ebad6ab1bb149504c73e (patch) | |
tree | b53e086a1e1ef4568266b98481e0c70856660f65 /tests/data/test320 | |
parent | 7e0c2c47abe9c452778a37bf5d1f2653ca1bf96f (diff) |
Fixed some XML syntax issues in the test data
Also, make the ftp server return a canned response that doesn't
cause XML verification problems. Although the test file format
isn't technically XML, it's still handy to be able to use XML
tools to verify and manipulate them.
Diffstat (limited to 'tests/data/test320')
-rw-r--r-- | tests/data/test320 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test320 b/tests/data/test320 index 899bec597..cb0e23403 100644 --- a/tests/data/test320 +++ b/tests/data/test320 @@ -71,13 +71,13 @@ Content-type: text/html <h5>If your browser supports session resuming, then you should see the same session ID, when you press the <b>reload</b> button.</h5> <p>Connected as user 'jsmith'.</p> <P> -<TABLE border=1><TR><TD> +<TABLE border=1><TR><TD></TD></TR> <TR><TD>Key Exchange:</TD><TD>SRP</TD></TR> <TR><TD>Compression</TD><TD>NULL</TD></TR> <TR><TD>Cipher</TD><TD>AES-128-CBC</TD></TR> <TR><TD>MAC</TD><TD>SHA1</TD></TR> <TR><TD>Ciphersuite</TD><TD>SRP_SHA_AES_128_CBC_SHA1</TD></TR></p></TABLE> - +<PRE> Host: %HOSTIP:%HTTPTLSSRPPORT
Accept: */*
@@ -87,8 +87,8 @@ Accept: */* </file> <stripfile> s/^<p>Session ID:.*// -s/^<hr><P>Your HTTP header was:.*// -s/Protocol version:.*// +s/^<hr><P>Your HTTP header was:<PRE>.*/<PRE>/ +s/Protocol version:.*[0-9]// </stripfile> </verify> |