fixed renamed YUMParser->RepoParser
authorJan Kupec <jkupec@suse.cz>
Tue, 5 Jun 2007 11:51:39 +0000 (11:51 +0000)
committerJan Kupec <jkupec@suse.cz>
Tue, 5 Jun 2007 11:51:39 +0000 (11:51 +0000)
tests/cache/CacheQuery_test.cc

index 398961c0ec13202baa247a6cb5728cf1f1fa9ec3..cded069f761062b55f40b918ff3f89a6db7b194b 100644 (file)
@@ -16,7 +16,7 @@
 #include "zypp2/cache/CacheStore.h"
 #include "zypp/data/ResolvableData.h"
 #include "zypp2/cache/ResolvableQuery.h"
-#include "zypp2/parser/yum/YUMParser.h"
+#include "zypp/parser/yum/RepoParser.h"
 
 using namespace std;
 using namespace zypp;
@@ -42,7 +42,7 @@ void resolvable_query_test(const string &dir)
     
     data::RecordId repository_id = store.lookupOrAppendRepository("novell");
     
-    YUMParser parser( repository_id, store );
+    RepoParser parser( repository_id, store );
     parser.parse(dir);
     store.commit();
   }