assertEquals(false, p1.longHashCode(-1)==p2.longHashCode(-1));
// Build two paths separately, and compare them
p1.clear();
p1.add("hello");
p1.add("world");
p2.clear();
p2.add("hello");
p2.add("world");
assertEquals(p1.longHashCode(-1), p2.longHashCode(-1));
// Check that comparison really don't look at old data which might
// be stored in the array