public void test3() throws IOException {
// change the load order, so it squares and then adds
SiteConfiguration conf = AccumuloConfiguration.getSiteConfiguration();
conf.clear();
TreeMap<Key,Value> tm = new TreeMap<Key,Value>();
MultiIteratorTest.nkv(tm, 1, 0, false, "1");
MultiIteratorTest.nkv(tm, 2, 0, false, "2");