commit | 277dab2dd103dab3839484b7d5d470a22ed9d297 | [log] [tgz] |
---|---|---|
author | khfaraaz82@gmail.com <khfaraaz82@gmail.com@eaa15691-b419-025a-1212-ee371bd00084> | Thu Sep 27 00:11:06 2012 +0000 |
committer | khfaraaz82@gmail.com <khfaraaz82@gmail.com@eaa15691-b419-025a-1212-ee371bd00084> | Thu Sep 27 00:11:06 2012 +0000 |
tree | 0bd2171756fd57cf2666e6ff4cf9ff988764519d | |
parent | 6003334c2b5cc798c69e7b484d49eab093f247dc [diff] [blame] |
Fixed typo in test git-svn-id: https://asterixdb.googlecode.com/svn/branches/asterix_stabilization@749 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/asterix-app/src/test/resources/runtimets/queries/string/startwith03.aql b/asterix-app/src/test/resources/runtimets/queries/string/startwith03.aql index 68f09ae..8aed603 100644 --- a/asterix-app/src/test/resources/runtimets/queries/string/startwith03.aql +++ b/asterix-app/src/test/resources/runtimets/queries/string/startwith03.aql
@@ -25,7 +25,7 @@ insert into dataset testds({"name":"David Smith"}); insert into dataset testds({"name":"Not a Name"}); -write output to nc1:"rttest/string_startwith03.adm; +write output to nc1:"rttest/string_startwith03.adm"; // Return all names that start with John