Does this really fix this or just make it less likely to happen...? On Tue, Jul 16, 2013 at 12:15 PM, <[email protected]> wrote:
> > String value1 = _TestUtil.randomRealisticUnicodeString(random()); > - String value2 = _TestUtil.randomRealisticUnicodeString(random()); > + String value2 = _TestUtil.randomRealisticUnicodeString(random()) + > "x"; // this must be not equal to value1 >
