dafu created HELIX-225:
--------------------------

             Summary: fix build error
                 Key: HELIX-225
                 URL: https://issues.apache.org/jira/browse/HELIX-225
             Project: Apache Helix
          Issue Type: Bug
            Reporter: dafu
            Assignee: dafu


current build https://builds.apache.org/job/helix/1149/ is failing probably 
because testng.xml in helix-examples using a wrong package name 
(org.apache.helix.agent instead of org.apache.helix.examples":

<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd";>
<suite name="Suite" parallel="none">
  <test name="Test" preserve-order="false">
    <packages>
      <package name="org.apache.helix.agent"/>
    </packages>
  </test>
</suite>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to