You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Sebastien Rainville (JIRA)" <ji...@apache.org> on 2008/07/07 20:50:33 UTC

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

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.


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

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-726.
-------------------------

       Resolution: Fixed
    Fix Version/s: 0.2.0

Committed.  Thanks for the patch Sebastien.

> 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
>             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.


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

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ 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.