Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / tests / lib / TestSetup.h
index 4893c08..3015ddd 100644 (file)
@@ -252,7 +252,7 @@ class TestSetup
       }
 
       //
-      filesystem::Glob files( path_r/"*{.xml,.xml.gz}", filesystem::Glob::kBrace );
+      filesystem::Glob files( path_r/"*{.xml,.xml.gz}", filesystem::Glob::_BRACE );
       for_( it, files.begin(), files.end() )
       {
         std::string basename( Pathname::basename( *it ) );