pike.git / src / testsuite.in

version» Context lines:

pike.git/src/testsuite.in:10873:   // - cos   // Tested in _math      // - cpp      // - crypt   test_do(add_constant("random",Random.Deterministic(17)->random))   test_eq(crypt("hello"),"yWUNYFIhtQEg6")   test_eq(crypt("hello"),"tB0k4A51tkBFI")   test_eq(crypt("hello"),"qLKH6pE54iDM.") - test_do(add_constant("random",Random.System()->random)); + test_do(add_constant("random",Random.System()->random))   test_true(crypt("hej",crypt("hej")))   test_true(crypt("hej","Oz5i0K.16qkgA"))   test_true(crypt("hej","buf8/Z7taE6qs"))   test_true(crypt("123456789", crypt("123456780")))   test_false(crypt("hej","hej"))   test_false(crypt("h","hej"))   test_false(crypt("hej","buf8/Z7taE6qst"))   test_false(crypt("hej","buf8/Z7taE6q"))      // - ctime