Commit 55dd47c4 authored by LorenzoMonti's avatar LorenzoMonti
Browse files

object typos replaced in test file

parent 14247a7c
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -335,7 +335,7 @@ int main(long argc,char **argv)
				
				std::string outBuff;
				std::string msg = input + TAIL;
				SwMatrix_socket.sendCommand(msg, outBuff, config);
				CAL_socket.sendCommand(msg, outBuff, config);
				cout << "Done" << endl;
			}
			catch (ACSErr::ACSbaseExImpl& E) {
@@ -349,7 +349,7 @@ int main(long argc,char **argv)
				
				std::string outBuff;
				std::string msg = input + TAIL;
				SwMatrix_socket.sendCommand(msg, outBuff, config);
				CAL_socket.sendCommand(msg, outBuff, config);
				cout << "Done" << endl;
			}
			catch (ACSErr::ACSbaseExImpl& E) {
@@ -363,7 +363,7 @@ int main(long argc,char **argv)
				
				std::string outBuff;
				std::string msg = input + TAIL;
				SwMatrix_socket.sendCommand(msg, outBuff, config);
				CAL_socket.sendCommand(msg, outBuff, config);
				cout << "Done" << endl;
			}
			catch (ACSErr::ACSbaseExImpl& E) {
@@ -377,7 +377,7 @@ int main(long argc,char **argv)
				
				std::string outBuff;
				std::string msg = input + TAIL;
				SwMatrix_socket.sendCommand(msg, outBuff, config);
				CAL_socket.sendCommand(msg, outBuff, config);
				cout << "Done" << endl;
			}
			catch (ACSErr::ACSbaseExImpl& E) {
@@ -390,7 +390,7 @@ int main(long argc,char **argv)
			try {
				std::string outBuff;
				std::string msg = input + TAIL;
				SwMatrix_socket.sendCommand(msg, outBuff, config);
				CAL_socket.sendCommand(msg, outBuff, config);
				cout << "Done" << endl;
			}
			catch (ACSErr::ACSbaseExImpl& E) {