ソースを参照

[beeswax] Title of the table page changed

Romain Rigaux 12 年 前
コミット
2cc6f18
1 ファイル変更1 行追加1 行削除
  1. 1 1
      apps/beeswax/src/beeswax/tests.py

+ 1 - 1
apps/beeswax/src/beeswax/tests.py

@@ -913,7 +913,7 @@ for x in sys.stdin:
       # Create was fast
       templates = [_template.filename for _template in resp.template]
       assert_true(any(['describe_table.mako' in template for template in templates]), templates)
-      assert_true('Table my_table' in resp.content, resp.content)
+      assert_true('Table : my_table' in resp.content, resp.content)
 
 
   def test_create_table_timestamp(self):