[uim-commit] r2016 - in branches/r5rs: . test
yamaken at freedesktop.org
yamaken at freedesktop.org
Sat Nov 5 13:23:23 PST 2005
Author: yamaken
Date: 2005-11-05 13:23:17 -0800 (Sat, 05 Nov 2005)
New Revision: 2016
Modified:
branches/r5rs/
branches/r5rs/test/uim-test-utils.scm
Log:
r490 at deepblue (orig r1988): yamaken | 2005-11-04 23:58:00 +0900
* test/uim-test-utils.scm
- Add version checking for GaUnit
Property changes on: branches/r5rs
___________________________________________________________________
Name: svk:merge
- 2f05256a-0800-0410-85e3-84fe06922419:/local/uim/trunk:1514
74100eb5-a104-0410-9326-fdab01523867:/branches/r5rs:6
fb73e508-85ea-0310-95c3-a85c473e0941:/trunk:1987
+ 2f05256a-0800-0410-85e3-84fe06922419:/local/uim/trunk:1514
74100eb5-a104-0410-9326-fdab01523867:/branches/r5rs:6
fb73e508-85ea-0310-95c3-a85c473e0941:/trunk:1988
Modified: branches/r5rs/test/uim-test-utils.scm
===================================================================
--- branches/r5rs/test/uim-test-utils.scm 2005-11-05 21:23:00 UTC (rev 2015)
+++ branches/r5rs/test/uim-test-utils.scm 2005-11-05 21:23:17 UTC (rev 2016)
@@ -33,6 +33,9 @@
(use srfi-13)
(use test.unit)
+(if (version<? *gaunit-version* "0.1.1")
+ (error "GaUnit 0.1.1 is required"))
+
(sys-putenv "LIBUIM_SCM_FILES" "./scm")
(sys-putenv "LIBUIM_VERBOSE" "1") ;; must be 1
(sys-putenv "LIBUIM_VANILLA" "1")
More information about the uim-commit
mailing list