Commit b1b6f04d authored by Geoff Simmons's avatar Geoff Simmons

Remove timing-related VTC checks that are not guaranteed to succeed.

parent 8537ad72
......@@ -39,7 +39,6 @@ client c1 {
expect resp.http.Size ~ {^16\.?}
expect resp.http.Mtime ~ "GMT$"
expect resp.http.Delta-Mtime > 0
expect resp.http.Delta-Mtime < 1
expect resp.http.Next-Check >= 0
expect resp.http.Next-Check <= 0.1
expect resp.http.Deleted == "false"
......@@ -55,7 +54,6 @@ client c1 {
expect resp.http.Size ~ {^3\.?}
expect resp.http.Mtime ~ "GMT$"
expect resp.http.Delta-Mtime > 0
expect resp.http.Delta-Mtime < 1
expect resp.http.Next-Check >= 0
expect resp.http.Next-Check <= 0.1
expect resp.http.Deleted == "false"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment