Skip to content
Snippets Groups Projects
Commit f311e74b authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Small changes to the tests, according to new diagram

parent 0972c19e
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* @(#)$RCSfile: testdb.cpp,v $ $Revision: 1.5 $ $Release$ $Date: 2004/05/25 16:55:33 $ $Author: sponcec3 $
* @(#)$RCSfile: testdb.cpp,v $ $Revision: 1.6 $ $Release$ $Date: 2004/05/28 08:38:38 $ $Author: sponcec3 $
*
*
*
......@@ -40,7 +40,7 @@
int main (int argc, char** argv) {
// Prepare a request
castor::rh::StageInRequest* fr = new castor::rh::StageInRequest();
fr->setDescription("This is a test FileRequest");
fr->setHostName("DummyHost");
castor::rh::Client *cl = new castor::rh::Client();
cl->setIpAddress(0606);
......
......@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* @(#)$RCSfile: testdbC.c,v $ $Revision: 1.2 $ $Release$ $Date: 2004/05/17 14:48:19 $ $Author: sponcec3 $
* @(#)$RCSfile: testdbC.c,v $ $Revision: 1.3 $ $Release$ $Date: 2004/05/28 08:38:38 $ $Author: sponcec3 $
*
*
*
......@@ -62,7 +62,7 @@ int main (int argc, char** argv) {
frfr = Crh_StageInRequest_getFileRequest(fr);
frr = Crh_FileRequest_getRequest(frfr);
frio = Crh_Request_getIObject(frr);
Crh_FileRequest_setDescription(frfr, "This is a test FileRequest");
Crh_Request_setHostName(frr, "Dummy hostName");
Crh_Client_create(&cl);
clic = Crh_Client_getIClient(cl);
......
......@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* @(#)$RCSfile: testio.cpp,v $ $Revision: 1.3 $ $Release$ $Date: 2004/05/19 16:47:48 $ $Author: sponcec3 $
* @(#)$RCSfile: testio.cpp,v $ $Revision: 1.4 $ $Release$ $Date: 2004/05/28 08:38:38 $ $Author: sponcec3 $
*
*
*
......@@ -41,8 +41,8 @@
int main (int argc, char** argv) {
// Prepare a request
castor::rh::StageInRequest* fr = new castor::rh::StageInRequest();
fr->setDescription("This is a test FileRequest");
fr->setHostName("Dummy hostName");
castor::rh::Client *cl = new castor::rh::Client();
cl->setIpAddress(0606);
cl->setPort(0707);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment