Kaydet (Commit) 29e84443 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS jl18 (1.5.4); FILE MERGED

2005/03/18 16:00:07 jl 1.5.4.1: #45409# TestPolystruct was used with unsigned long literal rather then  long
üst 56cb1587
......@@ -2,9 +2,9 @@
*
* $RCSfile: cli_cs_bridgetest.cs,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: rt $ $Date: 2004-09-20 14:49:46 $
* last change: $Author: vg $ $Date: 2005-03-23 08:51:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -572,7 +572,7 @@ static bool performTest(XBridgeTest xLBT)
bRet &= check(
(bool) xLBT.transportPolyBoolean(poly).member,
"transportPolyBoolean");
poly = new TestPolyStruct(12345UL);
poly = new TestPolyStruct(12345L);
xLBT.transportPolyHyper(ref poly);
bRet &= check((long)poly.member == 12345L, "transportPolyUnsignedHyper");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment