AnantLabs / rainbow

Automatically exported from code.google.com/p/rainbow
0 stars 0 forks source link

MergeEngine : Causes and exception in some cases #85

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
I suggest you try your issue on the Appleseed Code base as rainbow is not in 
use.

http://code.google.com/p/appleseedapp/

Original comment by rams...@gmail.com on 14 Jun 2011 at 5:25