Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions tests/integration/WireProtocolTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ class MockCukeEngine : public CukeEngine {
EXPECT_THAT(typeid(classname).name(), StrEq(typeid(expression).name()))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think EXPECT_TYPE was only needed for EXPECT_PTRTYPE. Guess we can remove it now.


#define EXPECT_PTRTYPE(classname, expression) \
EXPECT_TYPE(classname, *expression)


EXPECT_NE(dynamic_cast<const classname*>(expression), (void*)NULL)

class WireMessageCodecTest : public Test {
public:
Expand Down