Author: yamakenz Date: Tue Jul 10 01:18:32 2007 New Revision: 4674 Modified: trunk/test/test-action.scm trunk/test/test-custom-rt.scm trunk/test/test-custom.scm trunk/test/test-example.scm trunk/test/test-i18n.scm trunk/test/test-key.scm trunk/test/test-lazy-load.scm trunk/test/test-plugin.scm trunk/test/test-uim-test-utils.scm trunk/test/test-uim-util.scm trunk/test/test-ustr.scm trunk/test/test-util.scm
Log: * test/test-action.scm * test/test-custom-rt.scm * test/test-custom.scm * test/test-example.scm * test/test-i18n.scm * test/test-key.scm * test/test-lazy-load.scm * test/test-plugin.scm * test/test-uim-test-utils.scm * test/test-uim-util.scm * test/test-ustr.scm * test/test-util.scm - Update the "passed revision" comment Modified: trunk/test/test-action.scm ============================================================================== --- trunk/test/test-action.scm (original) +++ trunk/test/test-action.scm Tue Jul 10 01:18:32 2007 @@ -29,7 +29,7 @@ ;;; SUCH DAMAGE. ;;;; -;; These tests are passed at revision 4403 (new repository) +;; These tests are passed at revision 4674 (new repository) (use test.unit) Modified: trunk/test/test-custom-rt.scm ============================================================================== --- trunk/test/test-custom-rt.scm (original) +++ trunk/test/test-custom-rt.scm Tue Jul 10 01:18:32 2007 @@ -33,7 +33,7 @@ ;; ;; custom-reload-customs -;; These tests are passed at revision 4403 (new repository) +;; These tests are passed at revision 4674 (new repository) (use test.unit) Modified: trunk/test/test-custom.scm ============================================================================== --- trunk/test/test-custom.scm (original) +++ trunk/test/test-custom.scm Tue Jul 10 01:18:32 2007 @@ -29,7 +29,7 @@ ;;; SUCH DAMAGE. ;;;; -;; These tests are passed at revision 4403 (new repository) +;; These tests are passed at revision 4674 (new repository) ;; TODO: ;; Modified: trunk/test/test-example.scm ============================================================================== --- trunk/test/test-example.scm (original) +++ trunk/test/test-example.scm Tue Jul 10 01:18:32 2007 @@ -29,6 +29,8 @@ ;;; ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ;;;; +;; These tests are passed at revision 4674 (new repository) + (use test.unit) (require "test/uim-test-utils") Modified: trunk/test/test-i18n.scm ============================================================================== --- trunk/test/test-i18n.scm (original) +++ trunk/test/test-i18n.scm Tue Jul 10 01:18:32 2007 @@ -29,7 +29,7 @@ ;;; SUCH DAMAGE. ;;;; -;; These tests are passed at revision 4403 (new repository) +;; These tests are passed at revision 4674 (new repository) (use test.unit) Modified: trunk/test/test-key.scm ============================================================================== --- trunk/test/test-key.scm (original) +++ trunk/test/test-key.scm Tue Jul 10 01:18:32 2007 @@ -29,7 +29,7 @@ ;;; SUCH DAMAGE. ;;;; -;; These tests are passed at revision 4403 (new repository) +;; These tests are passed at revision 4674 (new repository) (use test.unit) Modified: trunk/test/test-lazy-load.scm ============================================================================== --- trunk/test/test-lazy-load.scm (original) +++ trunk/test/test-lazy-load.scm Tue Jul 10 01:18:32 2007 @@ -29,7 +29,7 @@ ;;; SUCH DAMAGE. ;;;; -;; These tests are passed at revision 4403 (new repository) +;; These tests are passed at revision 4674 (new repository) (use test.unit) Modified: trunk/test/test-plugin.scm ============================================================================== --- trunk/test/test-plugin.scm (original) +++ trunk/test/test-plugin.scm Tue Jul 10 01:18:32 2007 @@ -29,7 +29,7 @@ ;;; SUCH DAMAGE. ;;;; -;; These tests are passed at revision 4403 (new repository) +;; These tests are passed at revision 4674 (new repository) (use test.unit) Modified: trunk/test/test-uim-test-utils.scm ============================================================================== --- trunk/test/test-uim-test-utils.scm (original) +++ trunk/test/test-uim-test-utils.scm Tue Jul 10 01:18:32 2007 @@ -29,6 +29,8 @@ ;;; SUCH DAMAGE. ;;;; +;; These tests are passed at revision 4674 (new repository) + (use test.unit) (require "test/uim-test-utils") Modified: trunk/test/test-uim-util.scm ============================================================================== --- trunk/test/test-uim-util.scm (original) +++ trunk/test/test-uim-util.scm Tue Jul 10 01:18:32 2007 @@ -29,7 +29,7 @@ ;;; SUCH DAMAGE. ;;;; -;; These tests are passed at revision 4403 (new repository) +;; These tests are passed at revision 4674 (new repository) (use test.unit) Modified: trunk/test/test-ustr.scm ============================================================================== --- trunk/test/test-ustr.scm (original) +++ trunk/test/test-ustr.scm Tue Jul 10 01:18:32 2007 @@ -29,7 +29,7 @@ ;;; SUCH DAMAGE. ;;;; -;; These tests are passed at revision 4403 (new repository) +;; These tests are passed at revision 4674 (new repository) (use test.unit) Modified: trunk/test/test-util.scm ============================================================================== --- trunk/test/test-util.scm (original) +++ trunk/test/test-util.scm Tue Jul 10 01:18:32 2007 @@ -29,7 +29,7 @@ ;;; SUCH DAMAGE. ;;;; -;; These tests are passed at revision 4403 (new repository) +;; These tests are passed at revision 4674 (new repository) (use test.unit)
