Fix typo
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12311 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8814075a59
commit
002a35fab3
1 changed files with 12 additions and 12 deletions
|
|
@ -1,20 +1,20 @@
|
|||
exec("swigtest.start", -1);
|
||||
|
||||
if array_const_i_get() <> [10, 20] then swingtesterror(); end
|
||||
if array_const_i_get() <> [10, 20] then swigtesterror(); end
|
||||
|
||||
if BeginString_FIX44a_get() <> "FIX.a.a" then swingtesterror(); end
|
||||
if BeginString_FIX44b_get() <> "FIX.b.b" then swingtesterror(); end
|
||||
if BeginString_FIX44c_get() <> "FIX.c.c" then swingtesterror(); end
|
||||
if BeginString_FIX44d_get() <> "FIX.d.d" then swingtesterror(); end
|
||||
if BeginString_FIX44d_get() <> "FIX.d.d" then swingtesterror(); end
|
||||
if BeginString_FIX44a_get() <> "FIX.a.a" then swigtesterror(); end
|
||||
if BeginString_FIX44b_get() <> "FIX.b.b" then swigtesterror(); end
|
||||
if BeginString_FIX44c_get() <> "FIX.c.c" then swigtesterror(); end
|
||||
if BeginString_FIX44d_get() <> "FIX.d.d" then swigtesterror(); end
|
||||
if BeginString_FIX44d_get() <> "FIX.d.d" then swigtesterror(); end
|
||||
BeginString_FIX44b_set(strcat(["12","\0","45"]));
|
||||
if BeginString_FIX44b_get() <> "12\045" then swingtesterror(); end
|
||||
if BeginString_FIX44d_get() <> "FIX.d.d" then swingtesterror(); end
|
||||
if BeginString_FIX44e_get() <> "FIX.e.e" then swingtesterror(); end
|
||||
if BeginString_FIX44f_get() <> "FIX.f.f" then swingtesterror(); end
|
||||
if BeginString_FIX44b_get() <> "12\045" then swigtesterror(); end
|
||||
if BeginString_FIX44d_get() <> "FIX.d.d" then swigtesterror(); end
|
||||
if BeginString_FIX44e_get() <> "FIX.e.e" then swigtesterror(); end
|
||||
if BeginString_FIX44f_get() <> "FIX.f.f" then swigtesterror(); end
|
||||
|
||||
if test_a("hello","hi","chello","chi") <> "hi" then swingtesterror(); end
|
||||
if test_a("hello","hi","chello","chi") <> "hi" then swigtesterror(); end
|
||||
|
||||
if test_b("1234567","hi") <> "1234567" then swingtesterror(); end
|
||||
if test_b("1234567","hi") <> "1234567" then swigtesterror(); end
|
||||
|
||||
exec("swigtest.quit", -1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue