Revision: 6294 Author: ek.kato Date: Thu Mar 25 05:18:57 2010 Log: * test/test-im.scm (define-uim-test-case) : Fix to set enabled-im-list.
http://code.google.com/p/uim/source/detail?r=6294 Modified: /trunk/test/test-im.scm ======================================= --- /trunk/test/test-im.scm Tue Jan 20 18:11:15 2009 +++ /trunk/test/test-im.scm Thu Mar 25 05:18:57 2010 @@ -673,6 +673,9 @@ (set! im-list (list test-im-anthy test-im-skk test-im-tcode)) + #t)) + (uim '(begin + (set! enabled-im-list '(anthy skk tcode)) #t)))) ("test next-im" To unsubscribe from this group, send email to uim-commit+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
