OSDN Git Service

implement encode tester.
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 24 Jun 2010 06:24:03 +0000 (06:24 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 24 Jun 2010 06:24:03 +0000 (06:24 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@640 4e526526-5e11-4fc0-8910-f8fd03428081

rec10/trunk/src/auto_test.py

index 9e21fe4..1350bfe 100644 (file)
@@ -40,4 +40,4 @@ if __name__ == "__main__":
     (opts,args)=parser.parse_args(sys.argv)
     if opts.encode_option != "":##-sの場合
         print "test_all_ch_encode"
-        test_all_ch_encode(opts.encode_option, 10)
\ No newline at end of file
+        test_all_ch_encode(opts.encode_option, "10")
\ No newline at end of file