[Bps-public-commit] Prophet branch, master, updated. 0.73-23-gb36fbe5

sartak at bestpractical.com sartak at bestpractical.com
Wed Dec 23 16:05:50 EST 2009


The branch, master has been updated
       via  b36fbe5553b75f705124c1e89b8334f7bf4f9695 (commit)
      from  ee3fe65def473fbfa6b1e273513943b9c764fd9f (commit)

Summary of changes:
 t/malformed-url.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit b36fbe5553b75f705124c1e89b8334f7bf4f9695
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon Dec 21 13:55:01 2009 -0500

    Without network the error is slightly different

diff --git a/t/malformed-url.t b/t/malformed-url.t
index a54b295..9a6c3e8 100644
--- a/t/malformed-url.t
+++ b/t/malformed-url.t
@@ -46,6 +46,6 @@ $ENV{'PROPHET_REPO'} = tempdir( CLEANUP => ! $ENV{PROPHET_DEBUG}  ) . '/repo-' .
 # Don't test fetch errors because the user running these tests may or may not
 # have network, so they won't always be the same.
 like( $error,
-    qr|The source replica 'http://web.mit.edu/spang/Public/tmp/bogus-sd' doesn't exist or is unreadable.|,
+    qr{The source replica 'http://web.mit.edu/spang/Public/tmp/bogus-sd' doesn't exist or is unreadable.|Could not fetch http://},
     'prophet replicas *can* be via http',
 );

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list