mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-06-08 15:54:22 +00:00
fix failing test
This commit is contained in:
@@ -213,7 +213,7 @@ TEST(dCommonTests, AMFDeserializeUnimplementedValuesTest) {
|
|||||||
bool caughtException = false;
|
bool caughtException = false;
|
||||||
try {
|
try {
|
||||||
ReadFromBitStream(testBitStream);
|
ReadFromBitStream(testBitStream);
|
||||||
} catch (eAmf unimplementedValueType) {
|
} catch (std::exception& e) {
|
||||||
caughtException = true;
|
caughtException = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user