uncomment test-shims in build.xml
---------------------------------
Key: HIVE-2255
URL: https://issues.apache.org/jira/browse/HIVE-2255
Project: Hive
Issue Type: Bug
Reporter: John Sichi
Assignee: Ning Zhang
I saw this code in build.xml:
{noformat}
<target name="test" depends="clean-test,jar-test" description="Run tests">
<!-- TODO: temp comment out for testing
<antcall target="test-shims">
<param name="hadoop.version.ant-internal"
value="${hadoop.security.version}" />
</antcall>
-->
{noformat}
I used svn blame to trace it back to HIVE-818.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira