projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc21f72
)
(test-elmo-list-diff): Fix expected test results.
author
okazaki
<okazaki>
Sat, 26 Feb 2005 16:43:26 +0000
(16:43 +0000)
committer
okazaki
<okazaki>
Sat, 26 Feb 2005 16:43:26 +0000
(16:43 +0000)
tests/test-elmo-util.el
patch
|
blob
|
history
diff --git
a/tests/test-elmo-util.el
b/tests/test-elmo-util.el
index
73a05df
..
ea96809
100644
(file)
--- a/
tests/test-elmo-util.el
+++ b/
tests/test-elmo-util.el
@@
-104,10
+104,10
@@
(equal '(nil nil)
(elmo-list-diff nil nil)))
(lunit-assert
- (equal '(nil (1 2 3))
+ (equal '(nil (3 2 1))
(elmo-list-diff nil list1)))
(lunit-assert
- (equal '((1 2 3) nil)
+ (equal '((3 2 1) nil)
(elmo-list-diff list1 nil)))
(lunit-assert
(equal '(nil nil)