From: Miloš Mulač Date: Tue, 12 Jun 2007 16:30:01 +0000 (+0000) Subject: do not set seed to "" -> mitchmatch on server (translated as NULL) and failing comparison X-Git-Tag: glite-lb-common_R_5_1_2_2~3 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=02ed4e253a374324798497cb938f799fe08614e3;p=jra1mw.git do not set seed to "" -> mitchmatch on server (translated as NULL) and failing comparison --- diff --git a/org.glite.lb.common/test/parse.cpp.T b/org.glite.lb.common/test/parse.cpp.T index 4cd50ac..5cb783f 100644 --- a/org.glite.lb.common/test/parse.cpp.T +++ b/org.glite.lb.common/test/parse.cpp.T @@ -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);