Unit tests won't run because of a typo
--------------------------------------
Key: HBASE-726
URL: https://issues.apache.org/jira/browse/HBASE-726
Project: Hadoop HBase
Issue Type: Bug
Components: test
Affects Versions: 0.1.4
Reporter: Sebastien Rainville
Priority: Trivial
I had to modify line#101 in HBaseTestCase.java in order to run the unit tests:
(conf.get("fs.default.name", "file:///").compareTo("file::///") == 0);
I removed the second ":" in compareTo() so it becomes "file:///"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.