I've tested following case and it fails.
Merger merger = new Merger("Tides and Currents", "currents");
string result = merger.merge();
Causes exception when the merge() is called. It works if we change second
parameter to "currents".
I've used the latest version of the code to test it.
Original issue reported on code.google.com by hardik.c...@gmail.com on 14 Jun 2011 at 5:03
Original issue reported on code.google.com by
hardik.c...@gmail.com
on 14 Jun 2011 at 5:03