Browse Source

AnyImageConverter: why would I want them, anyway.

pull/542/merge
Vladimír Vondruš 4 years ago
parent
commit
d2e3d6d82f
  1. 2
      src/MagnumPlugins/AnyImageConverter/Test/AnyImageConverterTest.cpp

2
src/MagnumPlugins/AnyImageConverter/Test/AnyImageConverterTest.cpp

@ -510,7 +510,6 @@ void AnyImageConverterTest::detectLevels2D() {
/* Using the list API even though there's just one image, which should
still trigger the correct code path for AnyImageConverter. */
CORRADE_VERIFY(!converter->convertToFile({Image2D}, data.filename));
/* Can't use raw string literals in macros on GCC 4.8 */
#ifndef CORRADE_PLUGINMANAGER_NO_DYNAMIC_PLUGIN_SUPPORT
CORRADE_COMPARE(out.str(), Utility::formatString(
"PluginManager::Manager::load(): plugin {0} is not static and was not found in nonexistent\n"
@ -535,7 +534,6 @@ void AnyImageConverterTest::detectLevels3D() {
/* Using the list API even though there's just one image, which should
still trigger the correct code path for AnyImageConverter. */
CORRADE_VERIFY(!converter->convertToFile({Image3D}, data.filename));
/* Can't use raw string literals in macros on GCC 4.8 */
#ifndef CORRADE_PLUGINMANAGER_NO_DYNAMIC_PLUGIN_SUPPORT
CORRADE_COMPARE(out.str(), Utility::formatString(
"PluginManager::Manager::load(): plugin {0} is not static and was not found in nonexistent\n"

Loading…
Cancel
Save