Minor fixes and Mac Binary
- Added Mac Binary - Fixed missing returns in PosiTests.h - Fixed bug in DataManager where FormatLine was being sent a string instead of a c string - Increased mac timeout
This commit is contained in:
@@ -146,13 +146,13 @@ int testPOSI_NonPlayer()
|
||||
int testGetPOSI_Player()
|
||||
{
|
||||
float POSI[7] = { 37.524F, -122.06899F, 2500, 0, 0, 0, 1 };
|
||||
doGETPTest(POSI, 0, POSI);
|
||||
return doGETPTest(POSI, 0, POSI);
|
||||
}
|
||||
|
||||
int testGetPOSI_NonPlayer()
|
||||
{
|
||||
float POSI[7] = { 37.624F, -122.06899F, 1500, 0, 0, 0, 1 };
|
||||
doGETPTest(POSI, 3, POSI);
|
||||
return doGETPTest(POSI, 3, POSI);
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user