Uploaded image for project: 'MRUnit'
  1. MRUnit
  2. MRUNIT-204

Jira and Wiki tutorial are outdated

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.0.0
    • 1.1.0
    • None

    Description

      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)
      

      Which is deprecated in favor of:

      Configuration conf = driver.getConfiguration();
      conf.set(...)
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              clehene Cosmin Lehene
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: