Browse Source

remove permuatations in trietest (order is critical for test)

cl-refactor
CJentzsch 10 years ago
parent
commit
605b5ab816
  1. 1
      test/trie.cpp

1
test/trie.cpp

@ -82,7 +82,6 @@ BOOST_AUTO_TEST_CASE(trie_tests)
}
for (unsigned j = 0; j < min(1000u, dev::test::fac((unsigned)ss.size())); ++j)
{
next_permutation(ss.begin(), ss.end());
MemoryDB m;
GenericTrieDB<MemoryDB> t(&m);
t.init();

Loading…
Cancel
Save