Salome HOME
add StudyService
[modules/gde.git] / projects / GDE_API_CPP / api / tests / TestUtilities.hpp
index fa5b2bed77628116e11770a9d804b69448bec1ce..d2107762b31b43054f7a204315a00996736c5a8d 100644 (file)
@@ -5,7 +5,7 @@
 
 #include <string>
 
-std::string serverAddress = "http://localhost:8080/GDE-war";
-gde::Credentials credentials("admin", "edf123");
+static std::string serverAddress = "http://localhost:8080/GDE-war";
+static gde::Credentials credentials("admin", "edf123");
 
 #endif