comparison tests/automated/test-harness.el @ 5064:501b5e84f5a7

remove unused var in test-harness -------------------- ChangeLog entries follow: -------------------- tests/ChangeLog addition: 2010-02-22 Ben Wing <ben@xemacs.org> * automated/test-harness.el (test-harness-from-buffer): Remove unused binding.
author Ben Wing <ben@xemacs.org>
date Mon, 22 Feb 2010 21:14:06 -0600
parents 3daf9fc57cd4
children
comparison
equal deleted inserted replaced
5063:fef9572ebdb1 5064:501b5e84f5a7
304 ;; what stuff is needed, and ways to avoid using them 304 ;; what stuff is needed, and ways to avoid using them
305 (skipped-test-reasons (make-hash-table :test 'equal)) 305 (skipped-test-reasons (make-hash-table :test 'equal))
306 306
307 (trick-optimizer nil) 307 (trick-optimizer nil)
308 (debug-on-error t) 308 (debug-on-error t)
309 (pass-stream nil)) 309 )
310 (with-output-to-temp-buffer "*Test-Log*" 310 (with-output-to-temp-buffer "*Test-Log*"
311 (princ (format "Testing %s...\n\n" filename)) 311 (princ (format "Testing %s...\n\n" filename))
312 312
313 (defconst test-harness-failure-tag "FAIL") 313 (defconst test-harness-failure-tag "FAIL")
314 (defconst test-harness-success-tag "PASS") 314 (defconst test-harness-success-tag "PASS")