Navigation Menu

Skip to content

Commit

Permalink
test function: add "grntest/" to database path
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 8, 2012
1 parent 2006184 commit 53c72c5
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion test/function/suite/table_list/flags/default.expected
Expand Up @@ -37,7 +37,7 @@ table_list
[
256,
"bookmarks",
"tmp/db.0000100",
"tmp/grntest/db.0000100",
"TABLE_HASH_KEY|PERSISTENT",
"null",
"null"
Expand Down
Expand Up @@ -37,7 +37,7 @@ table_list
[
256,
"bookmarks",
"tmp/db.0000100",
"tmp/grntest/db.0000100",
"TABLE_PAT_KEY|KEY_NORMALIZE|PERSISTENT",
"null",
"null"
Expand Down
2 changes: 1 addition & 1 deletion test/function/suite/table_list/flags/key_with_sis.expected
Expand Up @@ -37,7 +37,7 @@ table_list
[
256,
"bookmarks",
"tmp/db.0000100",
"tmp/grntest/db.0000100",
"TABLE_PAT_KEY|KEY_WITH_SIS|PERSISTENT",
"null",
"null"
Expand Down
Expand Up @@ -37,7 +37,7 @@ table_list
[
256,
"bookmarks",
"tmp/db.0000100",
"tmp/grntest/db.0000100",
"TABLE_DAT_KEY|PERSISTENT",
"null",
"null"
Expand Down
Expand Up @@ -37,7 +37,7 @@ table_list
[
256,
"bookmarks",
"tmp/db.0000100",
"tmp/grntest/db.0000100",
"TABLE_HASH_KEY|PERSISTENT",
"null",
"null"
Expand Down
Expand Up @@ -37,7 +37,7 @@ table_list
[
256,
"bookmarks",
"tmp/db.0000100",
"tmp/grntest/db.0000100",
"TABLE_PAT_KEY|PERSISTENT",
"null",
"null"
Expand Down
4 changes: 2 additions & 2 deletions test/function/suite/table_list/multi_tables.expected
Expand Up @@ -39,15 +39,15 @@ table_list
[
257,
"bookmarks",
"tmp/db.0000101",
"tmp/grntest/db.0000101",
"TABLE_PAT_KEY|PERSISTENT",
"ShortText",
"Object"
],
[
256,
"site",
"tmp/db.0000100",
"tmp/grntest/db.0000100",
"TABLE_HASH_KEY|PERSISTENT",
"ShortText",
"null"
Expand Down
2 changes: 1 addition & 1 deletion test/function/suite/table_list/one_table.expected
Expand Up @@ -37,7 +37,7 @@ table_list
[
256,
"bookmarks",
"tmp/db.0000100",
"tmp/grntest/db.0000100",
"TABLE_PAT_KEY|PERSISTENT",
"ShortText",
"Object"
Expand Down

0 comments on commit 53c72c5

Please sign in to comment.