Fixed timeout bug in setCONN and strengthened test for setCONN.

This commit is contained in:
Jason Watkins
2015-04-03 13:59:26 -07:00
parent cfe34f81ea
commit 74cb81b5f7
2 changed files with 6 additions and 2 deletions

View File

@@ -467,6 +467,8 @@ public class XPlaneConnectTest
xpc.setCONN(p);
assertEquals(p, xpc.getRecvPort());
result = xpc.requestDREF(dref);
assertEquals(1, result.length);
}
}