Revision: 6599
Author: ek.kato
Date: Tue Jul 27 01:35:24 2010
Log: * test/test-plugin.scm (setup) : Don't invoke load-enabled-modules
  because these tests are worked with enable-lazy-loading? #f,
  which will cause calling require-module for all modules when
  load-enabled-modules is called.  Instead, require-module needs
  to be called after setting im-list as a null list to test these.

http://code.google.com/p/uim/source/detail?r=6599

Modified:
 /trunk/test/test-plugin.scm

=======================================
--- /trunk/test/test-plugin.scm Sun Apr  4 20:35:54 2010
+++ /trunk/test/test-plugin.scm Tue Jul 27 01:35:24 2010
@@ -34,9 +34,6 @@

 (define (setup)
   (uim-test-setup)
-  ;; Cancels LIBUIM_VANILLA=1. See init.scm for further details.
-  (uim-eval '(load-enabled-modules))
-
   (uim-define-siod-compatible-require))

 (define (teardown)

Reply via email to