do not set seed to "" -> mitchmatch on server (translated as NULL) and failing comparison
authorMiloš Mulač <mulac@civ.zcu.cz>
Tue, 12 Jun 2007 16:30:01 +0000 (16:30 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Tue, 12 Jun 2007 16:30:01 +0000 (16:30 +0000)
org.glite.lb.common/test/parse.cpp.T

index 4cd50ac..5cb783f 100644 (file)
@@ -52,7 +52,7 @@ void EventParseTest::regJob()
        e1->regJob.jdl = strdup("very long job = \"blabla\" \\\\ \n hugh\t;");
        e1->regJob.ns = strdup("ns address");
        e1->regJob.jobtype = EDG_WLL_REGJOB_SIMPLE;
-       e1->regJob.seed = strdup("");
+       e1->regJob.seed = strdup("some seed");
 
        gettimeofday(&e1->any.timestamp,NULL);