This should fix this, b/c value2 (one extra character) will always be
different than value1. The test initially failed b/c value1 and value2 were
equal.


On 16 July 2013 21:37, Robert Muir <rcm...@gmail.com> wrote:

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


-- 
Met vriendelijke groet,

Martijn van Groningen

Reply via email to