diff --git a/sourcehook/test/main.cpp b/sourcehook/test/main.cpp index 1858206..d591e9c 100644 --- a/sourcehook/test/main.cpp +++ b/sourcehook/test/main.cpp @@ -73,7 +73,7 @@ DO_TEST(Basic); DO_TEST(VafmtAndOverload); DO_TEST(ThisPtrOffs); DO_TEST(PlugSys); -//DO_TEST(Bail); +DO_TEST(Bail); DO_TEST(Reentr); DO_TEST(Manual); DO_TEST(Recall); diff --git a/sourcehook/test/test1.cpp b/sourcehook/test/test1.cpp index d7fa002..4e9a7e6 100644 --- a/sourcehook/test/test1.cpp +++ b/sourcehook/test/test1.cpp @@ -439,7 +439,6 @@ bool TestBasic(std::string &error) new State_F1_Called, NULL), "Part 1"); - CHECK_COND(SH_GET_ORIG_VFNPTR_ENTRY(pTest, &Test::F1) == pOrigVfnPtrF1, "Part S1"); // 2) Request a call class again SourceHook::CallClass *cc2 = SH_GET_CALLCLASS(pTest); @@ -479,7 +478,6 @@ bool TestBasic(std::string &error) new State_F1_PreHandler_Called(&f1_handlers), NULL), "Part 3"); - CHECK_COND(SH_GET_ORIG_VFNPTR_ENTRY(pTest, &Test::F1) == pOrigVfnPtrF1, "Part S3"); // 4) Rerequest the callclass SH_RELEASE_CALLCLASS(cc);