From ce0e55e031c634b5e16520b22ea241775a159124 Mon Sep 17 00:00:00 2001
From: Tobias Markmann <tm@ayena.de>
Date: Wed, 11 Feb 2015 17:18:02 +0100
Subject: Fix program output of Swiften/QA/ClientTest

Test-Information:

Tried to connect to BOSH service setting the boshPath to "http-bind"
while "/http-bind" would have been correct.

Change-Id: Ifc9bb574361c9eaa3baeffc2938d06a257275f2a

diff --git a/Swiften/QA/ClientTest/ClientTest.cpp b/Swiften/QA/ClientTest/ClientTest.cpp
index cccf9cb..eb116e9 100644
--- a/Swiften/QA/ClientTest/ClientTest.cpp
+++ b/Swiften/QA/ClientTest/ClientTest.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010 Isode Limited.
+ * Copyright (c) 2010-2015 Isode Limited.
  * All rights reserved.
  * See the COPYING file for more information.
  */
@@ -72,7 +72,7 @@ int main(int, char**) {
 	char* boshPath = getenv("SWIFT_CLIENTTEST_BOSH_PATH");
 
 	if (boshHost && boshPort && boshPath) {
-		std::cout << "Using BOSH with URL: http://" << boshHost << ":" << boshPort << "/" << boshPath << std::endl;
+		std::cout << "Using BOSH with URL: http://" << boshHost << ":" << boshPort << boshPath << std::endl;
 		options.boshURL = URL("http", boshHost, atoi(boshPort), boshPath);
 	}
 
-- 
cgit v0.10.2-6-g49f6