|
|
@@ -10,7 +10,7 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"title": "add tag b", |
|
|
|
"cmd": [ "modify", "+tag=bar", "+dc:creator=John-Mark Gurney", "test.txt" ] |
|
|
|
"cmd": [ "modify", "+tag=bar", "+dc:creator=John-Mark Gurney", "+other=baz", "test.txt" ] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"special": "verify store object cnt", |
|
|
@@ -31,5 +31,15 @@ |
|
|
|
"title": "search no tag bar", |
|
|
|
"cmd": [ "search", "file", "-tag=bar" ], |
|
|
|
"stdout_re": "/newfile.txt\n$" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"title": "search no other", |
|
|
|
"cmd": [ "search", "file", "-other" ], |
|
|
|
"stdout_re": "/newfile.txt\n$" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"title": "search other", |
|
|
|
"cmd": [ "search", "file", "+other" ], |
|
|
|
"stdout_re": "/test.txt\n$" |
|
|
|
} |
|
|
|
] |