git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56636
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
CppUnit::SourceLine sourceLine,
const std::string& message)
{
CppUnit::SourceLine sourceLine,
const std::string& message)
{
- assertEquals(unsigned long(expected), actual, sourceLine, message);
+ assertEquals((unsigned long)expected, actual, sourceLine, message);
}
// we also need this one to resolve ambiguity in the tests comparing unsigned
}
// we also need this one to resolve ambiguity in the tests comparing unsigned
CppUnit::SourceLine sourceLine,
const std::string& message)
{
CppUnit::SourceLine sourceLine,
const std::string& message)
{
- assertEquals(unsigned short(expected), actual, sourceLine, message);
+ assertEquals((unsigned short)expected, actual, sourceLine, message);