Menu

#406 Discrepancy between code and docs for ticket #196

v2.5.*
closed-fixed
None
2.6.0
5
2018-04-21
2017-11-30
Ken Hancock
No

Looking at the source for 2.5.4 and http://dbunit.sourceforge.net/datatypes.html

The documentation shows that a file load instruction is [FILE /path/to/file] but the source code on 2.5.4 is using the extra text following the end bracket instead of split[1] for the filename which means the documentation should read:

[FILE]/path/to/file (no spaces, important)

Since fixing the code would break backwards compatibility, suggest fixing the documentation.

Discussion

  • Hans Deragon

    Hans Deragon - 2017-11-30

    Merge request #46 fixes the documentation. Thank you for reporting this mistake.

     
  • Jeff Jensen

    Jeff Jensen - 2018-04-21
    • status: open --> closed-fixed
    • assigned_to: Andrew Landsverk
    • Fixed Release: (not fixed) --> 2.6.0
     

Log in to post a comment.