Merge remote-tracking branch 'origin/master' into for-steve
[sxemacs] / tests / automated / inplace-tests.el
index 8a158b2..cf9cd24 100644 (file)
@@ -5,7 +5,7 @@
 ;; Keywords: tests
 ;;
 ;; This file is part of SXEmacs.
-;; 
+;;
 ;; SXEmacs is free software: you can redistribute it and/or modify it
 ;; under the terms of the GNU General Public License as published by the
 ;; Free Software Foundation, either version 3 of the License, or (at your
@@ -17,7 +17,7 @@
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>. 
+;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ;;
 ;;; Synched up with: Not in FSF.
 ;;
@@ -52,7 +52,7 @@
 
   (mapc-inplace #'evenp ivector)
   (Assert (vectorp ivector))
-  (Assert (equal ivector [nil t nil t]))
+  (Assert-Equal ivector [nil t nil t])
 
   ;; we can't test strings at the moment