Navigation Menu

Skip to content

Commit

Permalink
test function: use "db/db" as DB path
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 11, 2012
1 parent ae4a96b commit fe276fc
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
Expand Up @@ -46,7 +46,7 @@ table_list
[
256,
"Shops",
"tmp/grntest/db.0000100",
"db/db.0000100",
"TABLE_HASH_KEY|PERSISTENT",
"ShortText",
"null"
Expand Down
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/grntest/db.0000100",
"db/db.0000100",
"TABLE_HASH_KEY|PERSISTENT",
"null",
"null"
Expand Down
Expand Up @@ -37,7 +37,7 @@ table_list
[
256,
"bookmarks",
"tmp/grntest/db.0000100",
"db/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/grntest/db.0000100",
"db/db.0000100",
"TABLE_PAT_KEY|KEY_WITH_SIS|PERSISTENT",
"null",
"null"
Expand Down
Expand Up @@ -37,7 +37,7 @@ table_list
[
256,
"bookmarks",
"tmp/grntest/db.0000100",
"db/db.0000100",
"TABLE_DAT_KEY|PERSISTENT",
"null",
"null"
Expand Down
Expand Up @@ -37,7 +37,7 @@ table_list
[
256,
"bookmarks",
"tmp/grntest/db.0000100",
"db/db.0000100",
"TABLE_HASH_KEY|PERSISTENT",
"null",
"null"
Expand Down
Expand Up @@ -37,7 +37,7 @@ table_list
[
256,
"bookmarks",
"tmp/grntest/db.0000100",
"db/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/grntest/db.0000101",
"db/db.0000101",
"TABLE_PAT_KEY|PERSISTENT",
"ShortText",
"Object"
],
[
256,
"site",
"tmp/grntest/db.0000100",
"db/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/grntest/db.0000100",
"db/db.0000100",
"TABLE_PAT_KEY|PERSISTENT",
"ShortText",
"Object"
Expand Down

0 comments on commit fe276fc

Please sign in to comment.