Revision 6753
Added by ben leinfelder almost 13 years ago
test/edu/ucsb/nceas/metacattest/QuerySpecificationTest.java | ||
---|---|---|
97 | 97 |
"AND xml_nodes.nodetype = 'TEXT') "+ |
98 | 98 |
"OR (xml_index.nodeid=xml_nodes.nodeid AND ( xml_index.path IN ( /eml/@packageId, /eml/dataset/access/@authSystem , /eml/dataset/access/@order ) " + |
99 | 99 |
"AND xml_nodes.nodetype = 'ATTRIBUTE'))) "+ |
100 |
"AND xml_nodes.docid in ('obfs.45337', 'obfs.45338', 'obfs.45346')";
|
|
100 |
"AND xml_nodes.docid in (obfs.45337, obfs.45338, obfs.45346)";
|
|
101 | 101 |
|
102 | 102 |
/* Initialize properties*/ |
103 | 103 |
static |
Also available in: Unified diff
prepared statement toString() does not include quotes (') around the inserted values -- now the test reflects this.