[uim-commit] r2005 - trunk/test
yamaken at freedesktop.org
yamaken at freedesktop.org
Sat Nov 5 08:20:30 PST 2005
Author: yamaken
Date: 2005-11-05 08:20:25 -0800 (Sat, 05 Nov 2005)
New Revision: 2005
Modified:
trunk/test/test-im.scm
Log:
* test/test-im.scm
- (testcase im im-management): Exclude m17n-en-ispell from
enabled-im-list to fallback to direct IM
Modified: trunk/test/test-im.scm
===================================================================
--- trunk/test/test-im.scm 2005-11-05 15:18:04 UTC (rev 2004)
+++ trunk/test/test-im.scm 2005-11-05 16:20:25 UTC (rev 2005)
@@ -29,7 +29,7 @@
;;; SUCH DAMAGE.
;;;;
-;; This file is tested with revision 327 of new repository
+;; This file is tested with revision 2005 of new repository
(use test.unit)
@@ -53,7 +53,8 @@
(require-module "canna")
(require-module "skk")
(require-module "tcode")
- (set! enabled-im-list (append enabled-im-list
+ (set! enabled-im-list (append (delete 'm17n-en-ispell
+ enabled-im-list)
'(test-im test-im2)))
(for-each require-module installed-im-module-list)
(define prev-im #f)
More information about the uim-commit
mailing list