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:
aac32c3
)
new namespace
author
Aleš Křenek
<ljocha@ics.muni.cz>
Thu, 13 Oct 2005 19:29:59 +0000
(19:29 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Thu, 13 Oct 2005 19:29:59 +0000
(19:29 +0000)
org.glite.jp.primary/examples/jpps-test.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.primary/examples/jpps-test.c
b/org.glite.jp.primary/examples/jpps-test.c
index
022842b
..
ecf1dd7
100644
(file)
--- a/
org.glite.jp.primary/examples/jpps-test.c
+++ b/
org.glite.jp.primary/examples/jpps-test.c
@@
-193,7
+193,7
@@
int main(int argc,char *argv[])
else if (!strcasecmp(argv[1],"FeedIndex")) {
char *ap[2] = {
"http://egee.cesnet.cz/en/Schema/LB/Attributes:RB",
- "http://egee.cesnet.cz/en/
WSDL/jp-s
ystem:owner"
+ "http://egee.cesnet.cz/en/
Schema/JP/S
ystem:owner"
};
struct jptype__stringOrBlob vals[] = {
@@
-203,7
+203,7
@@
int main(int argc,char *argv[])
struct jptype__primaryQuery q[] = {
{
- "http://egee.cesnet.cz/en/
WSDL/jp-s
ystem:owner",
+ "http://egee.cesnet.cz/en/
Schema/JP/S
ystem:owner",
jptype__queryOp__EQUAL,
NULL, vals, NULL
},