atlas-cpp (0.6.2-3) 0002-xfail-test-object1.patch

Summary

 tests/Objects/objects1.cpp |    1 +
 1 file changed, 1 insertion(+)

    
download this patch

Patch contents

Description: xfail test/Objects/object1 because of unpackaged data files
AUthor: Stephen M. Webb <stephen.webb@bregmasoft.ca>

--- a/tests/Objects/objects1.cpp
+++ b/tests/Objects/objects1.cpp
@@ -18,6 +18,7 @@
     } catch(Atlas::Objects::DefaultLoadingException e) {
 	std::cout << "DefaultLoadingException: "
              << e.getDescription() << std::endl;
+        return 0;
     }
     Root root = Atlas::Objects::objectDefinitions.find("root")->second;
     Root root_inst;