[uim-commit] r3140 - trunk/test
yamaken at freedesktop.org
yamaken at freedesktop.org
Thu Feb 23 02:26:39 PST 2006
Author: yamaken
Date: 2006-02-23 02:26:35 -0800 (Thu, 23 Feb 2006)
New Revision: 3140
Modified:
trunk/test/test-action.scm
Log:
* test/test-action.scm
- (testcase action): Follow the introduction of im-switcher.scm
Modified: trunk/test/test-action.scm
===================================================================
--- trunk/test/test-action.scm 2006-02-23 08:13:12 UTC (rev 3139)
+++ trunk/test/test-action.scm 2006-02-23 10:26:35 UTC (rev 3140)
@@ -29,7 +29,7 @@
;;; SUCH DAMAGE.
;;;;
-;; This file is tested with revision 3131 of new repository
+;; This file is tested with revision 3140 of new repository
(use test.unit)
@@ -40,6 +40,8 @@
(lambda ()
(uim
'(begin
+ (custom-set-value! 'toolbar-show-action-based-switcher-button? #f)
+
(require "load-action.scm")
(require "rk.scm")
(require "japanese.scm")
@@ -227,7 +229,7 @@
(actions-new '(action_test_roma
action_test_kana)))
- (define tc (test-context-new))
+ (define tc (test-context-new 0 (retrieve-im 'direct)))
(begin (test-context-set-rkc! tc (rk-context-new ja-rk-rule #t #f))
#t)
More information about the uim-commit
mailing list