diff tests/automated/hash-table-tests.el @ 5118:e0db3c197671 ben-lisp-object

merge up to latest default branch, doesn't compile yet
author Ben Wing <ben@xemacs.org>
date Sat, 26 Dec 2009 21:18:49 -0600
parents 479443c0f95a
children 189fb67ca31a
line wrap: on
line diff
--- a/tests/automated/hash-table-tests.el	Sat Dec 26 00:20:27 2009 -0600
+++ b/tests/automated/hash-table-tests.el	Sat Dec 26 21:18:49 2009 -0600
@@ -281,3 +281,4 @@
 ;;; Test sxhash
 (Assert (= (sxhash "foo") (sxhash "foo")))
 (Assert (= (sxhash '(1 2 3)) (sxhash '(1 2 3))))
+(Assert (/= (sxhash '(1 2 3)) (sxhash '(3 2 1))))