]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/test-simple/test-simple.el
Merge commit 'bb13df55aa357538f95c3a8a28cac18533f5d164'
[gnu-emacs-elpa] / packages / test-simple / test-simple.el
index dde4badeb82c0b6bb36b040276781e0fdb07d92f..a72e1794b224661efa0271183fddb8d926ad47bd 100644 (file)
@@ -1,14 +1,12 @@
 ;;; test-simple.el --- Simple Unit Test Framework for Emacs Lisp
 ;; Rewritten from Phil Hagelberg's behave.el by rocky
 
-;; Copyright (C) 2010, 2012-2013, 2014 Rocky Bernstein
+;; Copyright (C) 2015 Free Software Foundation, Inc
 
-;; Author: Rocky Bernstein
+;; Author: Rocky Bernstein <rocky@gnu.org>
 ;; URL: http://github.com/rocky/emacs-test-simple
 ;; Keywords: unit-test
-;; Version: 1.0
-
-;; This file is NOT part of GNU Emacs.
+;; Version: 1.1
 
 ;; This program is free software: you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
@@ -172,7 +170,7 @@ out information from the previous run."
                                  error-condition))))
     (list 'condition-case nil
          (list 'progn body
-               (list 'assert-t nil fail-message test-info))
+               (list 'assert-t nil fail-message))
          (list error-condition '(assert-t t)))))
 
 (defun assert-op (op expected actual &optional fail-message test-info)