You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2008/07/08 21:56:31 UTC

[jira] Assigned: (HBASE-726) Unit tests won't run because of a typo

     [ https://issues.apache.org/jira/browse/HBASE-726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack reassigned HBASE-726:
---------------------------

    Assignee: stack

> 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
>            Assignee: stack
>            Priority: Trivial
>             Fix For: 0.2.0
>
>
> 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.