# HG changeset patch # User Thomas Arendsen Hein <thomas@intevation.de> # Date 1304067879 -7200 # Fri Apr 29 11:04:39 2011 +0200 # Branch stable # Node ID 2cd1520664b88f43d241c77b54cc2b1fc9120ada # Parent 3eb632d9cf4268beea329e197feb9a1c6b9960f1 tests: check for (*/sec) instead of (*B/sec) to match (X bytes/sec) I just had: transferred 606 bytes in 2.9 seconds (211 bytes/sec) diff --git a/tests/test-http-proxy.t b/tests/test-http-proxy.t --- a/tests/test-http-proxy.t +++ b/tests/test-http-proxy.t @@ -17,7 +17,7 @@ $ http_proxy=http://localhost:$HGPORT1/ hg --config http_proxy.always=True clone --uncompressed http://localhost:$HGPORT/ b streaming all changes 3 files to transfer, 303 bytes of data - transferred * bytes in * seconds (*B/sec) (glob) + transferred * bytes in * seconds (*/sec) (glob) updating to branch default 1 files updated, 0 files merged, 0 files removed, 0 files unresolved $ cd b diff --git a/tests/test-http.t b/tests/test-http.t --- a/tests/test-http.t +++ b/tests/test-http.t @@ -27,7 +27,7 @@ $ hg clone --uncompressed http://localhost:$HGPORT/ copy 2>&1 streaming all changes 6 files to transfer, 606 bytes of data - transferred * bytes in * seconds (*B/sec) (glob) + transferred * bytes in * seconds (*/sec) (glob) updating to branch default 4 files updated, 0 files merged, 0 files removed, 0 files unresolved $ hg verify -R copy