Cosmin Lehene created MRUNIT-204:
------------------------------------

             Summary: Jira and Wiki tutorial are outdated
                 Key: MRUNIT-204
                 URL: https://issues.apache.org/jira/browse/MRUNIT-204
             Project: MRUnit
          Issue Type: Bug
    Affects Versions: 1.0.0
            Reporter: Cosmin Lehene
             Fix For: 1.1.0


Based on the home page 1.0.0 has been released, however the version hasn't been 
released in Jira.

The documentation also recommends version 0.9.0.

The configuration example in the Tutorial suggest using 
Configuration conf  = new Configuration();
conf.set(...);
driver.setConfiguration(conf)
{code}

Which is deprecated in favor of:
Configuration conf = driver.getConfiguration();
conf.set(...)
{code}




--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to