Exemplo n.º 1
0
const wxExVersionInfo wxExGetVersionInfo() 
{
  return wxExVersionInfo("wxExtension", 
    17, 04, 0, 
    "wxExtension Library (a collection of wxWidgets extension classes)",
    "(c) 1998-2017, Anton van Wezenbeek. " + wxString(_("All rights reserved.")));
}
Exemplo n.º 2
0
void fixture::testVersion()
{
  CPPUNIT_ASSERT(!wxExVersionInfo().GetVersionOnlyString().empty());
  CPPUNIT_ASSERT(!wxExGetVersionInfo().GetVersionOnlyString().empty());
}