From 59d8d06d8039d16db6c1f47b9b88bad9a105d086 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 10 Jul 2009 19:07:54 +0000 Subject: Change bbstored port in backupstorepatch test to 22011. --- test/backupstorepatch/testbackupstorepatch.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test/backupstorepatch/testbackupstorepatch.cpp') diff --git a/test/backupstorepatch/testbackupstorepatch.cpp b/test/backupstorepatch/testbackupstorepatch.cpp index 23b01b15..62db6195 100644 --- a/test/backupstorepatch/testbackupstorepatch.cpp +++ b/test/backupstorepatch/testbackupstorepatch.cpp @@ -332,7 +332,8 @@ int test(int argc, const char *argv[]) { // Open a connection to the server SocketStreamTLS conn; - conn.Open(context, Socket::TypeINET, "localhost", BOX_PORT_BBSTORED); + conn.Open(context, Socket::TypeINET, "localhost", + BOX_PORT_BBSTORED_TEST); // Make a protocol BackupProtocolClient protocol(conn); @@ -500,7 +501,8 @@ int test(int argc, const char *argv[]) // Open a connection to the server (need to do this each time, otherwise housekeeping won't delete files) SocketStreamTLS conn; - conn.Open(context, Socket::TypeINET, "localhost", BOX_PORT_BBSTORED); + conn.Open(context, Socket::TypeINET, "localhost", + BOX_PORT_BBSTORED_TEST); BackupProtocolClient protocol(conn); { std::auto_ptr serverVersion(protocol.QueryVersion(BACKUP_STORE_SERVER_VERSION)); -- cgit v1.2.3