#9 test 2 times to make sure internal pointer goes back to start

pull/32/head
Geoffrey Merck 4 years ago committed by GitHub
parent 51101c0059
commit d4f7a62baf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,6 +32,7 @@ namespace SlowDataEncoderTests
CSlowDataEncoder encoder;
encoder.setGPSData("ABCDEFGHIJKLMN");
for(unsigned int testCount = 0U; testCount < 2U; testCount++) {
unsigned char buffer[6U];
encoder.getGPSData(buffer);
@ -72,4 +73,5 @@ namespace SlowDataEncoderTests
EXPECT_EQ(buffer[5] ^ SCRAMBLER_BYTE3, 'f');
}
}
}
}
Loading…
Cancel
Save

Powered by TurnKey Linux.