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

Zurück zum Archiv-Index

Kouhei Sutou kous****@users*****
2006年 11月 27日 (月) 13:33:37 JST


Index: tomoe/test/dict_spec.rb
diff -u tomoe/test/dict_spec.rb:1.3 tomoe/test/dict_spec.rb:1.4
--- tomoe/test/dict_spec.rb:1.3	Mon Nov 27 13:14:30 2006
+++ tomoe/test/dict_spec.rb	Mon Nov 27 13:33:37 2006
@@ -31,14 +31,14 @@
     @strokes.each do |stroke|
       strokes_xml << "      <stroke>\n"
       stroke.each do |x, y|
-        strokes_xml << "        <point x=\"#{x}\" y=\"#{y}\">\n"
+        strokes_xml << "        <point x=\"#{x}\" y=\"#{y}\"/>\n"
       end
       strokes_xml << "      </stroke>\n"
     end
     strokes_xml << "    </strokes>"
     @dict_content = <<-EOX
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE tomoe_dictionary SYSTEM "tomoe-dict.dtd">
+<!DOCTYPE dictionary SYSTEM "tomoe-dict.dtd">
 <dictionary>
   <character>
     <code-point>#{@code_point}</code-point>


tomoe-cvs メーリングリストの案内
Zurück zum Archiv-Index