Repository: ambari Updated Branches: refs/heads/trunk 02bea739b -> 59630d6ab
AMBARI-5406. Pig unit test class named wrong. (Ering Boyd via mahadev) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/59630d6a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/59630d6a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/59630d6a Branch: refs/heads/trunk Commit: 59630d6ab25d0c83bb2db3c898639147b2ce9778 Parents: 02bea73 Author: Mahadev Konar <[email protected]> Authored: Wed Apr 9 16:32:21 2014 -0700 Committer: Mahadev Konar <[email protected]> Committed: Wed Apr 9 16:32:21 2014 -0700 ---------------------------------------------------------------------- ambari-server/src/test/python/stacks/2.0.6/PIG/test_pig_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/59630d6a/ambari-server/src/test/python/stacks/2.0.6/PIG/test_pig_client.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/test/python/stacks/2.0.6/PIG/test_pig_client.py b/ambari-server/src/test/python/stacks/2.0.6/PIG/test_pig_client.py index 2ebe113..5ff3b4f 100644 --- a/ambari-server/src/test/python/stacks/2.0.6/PIG/test_pig_client.py +++ b/ambari-server/src/test/python/stacks/2.0.6/PIG/test_pig_client.py @@ -20,7 +20,7 @@ limitations under the License. from stacks.utils.RMFTestCase import * -class TestHcatClient(RMFTestCase): +class TestPigClient(RMFTestCase): def test_configure_default(self): self.executeScript("2.0.6/services/PIG/package/scripts/pig_client.py",
