[
https://issues.apache.org/jira/browse/MRUNIT-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13943990#comment-13943990
]
Bertrand Dechoux edited comment on MRUNIT-204 at 3/22/14 10:18 AM:
-------------------------------------------------------------------
This issue is related to MRUNIT-53. It might even be a duplicate?
was (Author: bdechoux):
It might even be a duplicate?
> 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
> {code}
> Configuration conf = new Configuration();
> conf.set(...);
> driver.setConfiguration(conf)
> {code}
> Which is deprecated in favor of:
> {code}
> Configuration conf = driver.getConfiguration();
> conf.set(...)
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)