From 4c0c1e9f824779872271a01bc1a22bff5ee6c813 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Tue, 10 Dec 2013 13:57:43 -0800 Subject: [PATCH] CSPACE-6110: Reverted collectionspace-client.properties to run Java Client Library-based tests against localhost, rather than qa.collectionspace.org. --- .../src/main/resources/collectionspace-client.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/client/src/main/resources/collectionspace-client.properties b/services/client/src/main/resources/collectionspace-client.properties index b1984bcfb..fdd62512d 100644 --- a/services/client/src/main/resources/collectionspace-client.properties +++ b/services/client/src/main/resources/collectionspace-client.properties @@ -1,6 +1,6 @@ #url of the collectionspace server -#cspace.url=http://localhost:8180/cspace-services/ -cspace.url=http://qa.collectionspace.org:8180/cspace-services/ +cspace.url=http://localhost:8180/cspace-services/ +#cspace.url=http://qa.collectionspace.org:8180/cspace-services/ #cspace.url=http://localhost:8200/cspace-services/ #for sockspy: -- 2.47.3