commit | bc282ae79fa12b78efeea99f8b4189003ea69eca | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@eaa15691-b419-025a-1212-ee371bd00084> | Tue Jun 05 21:41:14 2012 +0000 |
committer | buyingyi <buyingyi@eaa15691-b419-025a-1212-ee371bd00084> | Tue Jun 05 21:41:14 2012 +0000 |
tree | d9e3631aecebb618ead4d001816e6a878ae1717d | |
parent | 497ecd4b329f80c031fc192a25bb74a8127c9231 [diff] [blame] |
update open-closed test cases and results git-svn-id: https://asterixdb.googlecode.com/svn/branches/asterix_opentype@364 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/asterix-app/src/test/resources/runtimets/queries/open-closed/open-closed-28.aql b/asterix-app/src/test/resources/runtimets/queries/open-closed/open-closed-28.aql index 864674b..8fdab75 100644 --- a/asterix-app/src/test/resources/runtimets/queries/open-closed/open-closed-28.aql +++ b/asterix-app/src/test/resources/runtimets/queries/open-closed/open-closed-28.aql
@@ -44,6 +44,8 @@ // select all hobbies where hiking is one of the hobbies +write output to nc1:"rttest/open-closed_open-closed-28.adm"; for $d in dataset('testds01') where every $h in $d.hobbies satisfies $h='hiking' +order by $d.id return $d