[Tomoe-cvs 1958] CVS update: tomoe/test

Back to archive index

Kouhei Sutou kous****@users*****
2006年 12月 21日 (木) 11:55:11 JST


Index: tomoe/test/context_spec.rb
diff -u tomoe/test/context_spec.rb:1.29 tomoe/test/context_spec.rb:1.30
--- tomoe/test/context_spec.rb:1.29	Fri Dec 15 12:19:44 2006
+++ tomoe/test/context_spec.rb	Thu Dec 21 11:55:11 2006
@@ -34,8 +34,8 @@
     @user_dict_config_file.open
     @user_dict_config_file.puts(<<-EOC)
 [config]
-use_system_dictionaries = false
-user_dictionary = user
+use-system-dictionaries = false
+user-dictionary = user
 
 [user-dictionary]
 type = xml
Index: tomoe/test/tomoe-spec-utils.rb
diff -u tomoe/test/tomoe-spec-utils.rb:1.30 tomoe/test/tomoe-spec-utils.rb:1.31
--- tomoe/test/tomoe-spec-utils.rb:1.30	Mon Dec 18 10:02:07 2006
+++ tomoe/test/tomoe-spec-utils.rb	Thu Dec 21 11:55:11 2006
@@ -157,7 +157,7 @@
       config_file.open
       config_file.puts(<<-EOC)
 [config]
-use_system_dictionaries = false
+use-system-dictionaries = false
 EOC
 
       config_maker = "make_config_file_for_#{dict_type}"


tomoe-cvs メーリングリストの案内
Back to archive index