null+****@clear*****
null+****@clear*****
2011年 12月 19日 (月) 13:44:25 JST
Kouhei Sutou 2011-12-19 04:44:25 +0000 (Mon, 19 Dec 2011)
New Revision: bfed6497cf389d25566c91ba58b56d838a45fe70
Log:
[shcema][table-create] omit no spec case.
refs #1210
Modified files:
test/unit/http/test-http-schema.rb
Modified: test/unit/http/test-http-schema.rb (+2 -0)
===================================================================
--- test/unit/http/test-http-schema.rb 2011-12-19 04:34:55 +0000 (e94a986)
+++ test/unit/http/test-http-schema.rb 2011-12-19 04:44:25 +0000 (f506698)
@@ -359,6 +359,7 @@ class HTTPSchemaTest < Test::Unit::TestCase
end
def test_invalid_key_type
+ omit("should implement error case")
response = get(command_path(:table_create,
:name => "users",
:key_type => "table_create"))
@@ -480,6 +481,7 @@ class HTTPSchemaTest < Test::Unit::TestCase
end
def test_invalid_key_type
+ omit("should implement error case")
response = get(command_path(:table_create,
:name => "users",
:flags => Table::PAT_KEY,