浏览代码

[beeswax] Rename TestHiveServer2API test to test_parsing_partition_values

Erick Tryzelaar 11 年之前
父节点
当前提交
753a4ac
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/beeswax/src/beeswax/tests.py

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

@@ -1789,7 +1789,7 @@ class MockHiveServerTable(HiveServerTable):
 
 class TestHiveServer2API():
 
-  def test_partition_values(self):
+  def test_parsing_partition_values(self):
     table = MockHiveServerTable({'path_location': '/my/table'})
 
     value = PartitionValueCompatible(['datehour=2013022516'], table)