null+****@clear*****
null+****@clear*****
2010年 8月 16日 (月) 14:01:48 JST
Kouhei Sutou 2010-08-16 05:01:48 +0000 (Mon, 16 Aug 2010)
New Revision: 2bec053d2d1304433616860a129d1cf3897a05b1
Log:
remove compress_none.
Modified files:
test/unit/http/test-http-schema.rb
Modified: test/unit/http/test-http-schema.rb (+6 -6)
===================================================================
--- test/unit/http/test-http-schema.rb 2010-08-16 04:55:09 +0000 (69689aa)
+++ test/unit/http/test-http-schema.rb 2010-08-16 05:01:48 +0000 (57dc75d)
@@ -125,7 +125,7 @@ class HTTPSchemaTest < Test::Unit::TestCase
assert_column_list([[@bookmarks_table_id,
"_key",
"",
- "COLUMN_SCALAR|COMPRESS_NONE",
+ "COLUMN_SCALAR",
"bookmarks",
"ShortText",
[]]],
@@ -138,14 +138,14 @@ class HTTPSchemaTest < Test::Unit::TestCase
assert_column_list([[@bookmarks_table_id,
"_key",
"",
- "COLUMN_SCALAR|COMPRESS_NONE",
+ "COLUMN_SCALAR",
"bookmarks",
"ShortText",
[]],
[@bookmarks_title_column_id,
"title",
"var",
- "COLUMN_SCALAR|COMPRESS_NONE|PERSISTENT",
+ "COLUMN_SCALAR|PERSISTENT",
"bookmarks",
"ShortText",
[]]],
@@ -722,7 +722,7 @@ class HTTPSchemaTest < Test::Unit::TestCase
assert_column_list([[books_name_column_id,
"name",
"var",
- "column_vector|compress_none|persistent",
+ "column_vector|persistent",
"books",
"shorttext",
[]]],
@@ -739,7 +739,7 @@ class HTTPSchemaTest < Test::Unit::TestCase
assert_column_list([[books_name_column_id,
"name",
"index",
- "column_index|with_weight|compress_none|persistent",
+ "column_index|with_weight|persistent",
"books",
"shorttext",
[]]],
@@ -756,7 +756,7 @@ class HTTPSchemaTest < Test::Unit::TestCase
assert_column_list([[books_name_column_id,
"name",
"index",
- "column_index|with_weight|compress_none|persistent",
+ "column_index|with_weight|persistent",
"books",
"shorttext",
[]]],