Fix a mistake in the test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12281 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5bd8d9c134
commit
2aa7a9fbc9
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ 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_FIX44b_set(strcat(["12","\0","45"])) <> "" then swingtesterror(); 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue