From: gn64_jp Date: Thu, 24 Jun 2010 06:24:03 +0000 (+0000) Subject: implement encode tester. X-Git-Url: http://git.osdn.net/view?p=rec10%2Frec10-git.git;a=commitdiff_plain;h=d0ce52998bacbc22534eb756834460e8cfc28781 implement encode tester. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@640 4e526526-5e11-4fc0-8910-f8fd03428081 --- diff --git a/rec10/trunk/src/auto_test.py b/rec10/trunk/src/auto_test.py index 9e21fe4..1350bfe 100644 --- a/rec10/trunk/src/auto_test.py +++ b/rec10/trunk/src/auto_test.py @@ -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