+ WX_ASSERT_EQUAL_MESSAGE
+ (
+ (
+ "Extra events received, first is of type %x, for path=\"%s\","
+ "last is of type %x, path=\"%s\"",
+ e->GetChangeType(),
+ e->GetPath().GetFullPath(),
+ m_events.back()->GetChangeType(),
+ m_events.back()->GetPath().GetFullPath()
+ ),
+ 1, m_events.size()
+ );
+