git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dab4c72
)
do not set seed to "" -> mitchmatch on server (translated as NULL) and failing comparison
author
Miloš Mulač
<mulac@civ.zcu.cz>
Tue, 12 Jun 2007 16:30:01 +0000
(16:30 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Tue, 12 Jun 2007 16:30:01 +0000
(16:30 +0000)
org.glite.lb.common/test/parse.cpp.T
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/test/parse.cpp.T
b/org.glite.lb.common/test/parse.cpp.T
index
4cd50ac
..
5cb783f
100644
(file)
--- 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);