]> git.saurik.com Git - apt.git/blobdiff - test/testextract.cc
handle multiple --{tar,diff,dsc}-only options correctly
[apt.git] / test / testextract.cc
index 41a197068f589d0d8f00807b77abf63ca5ab9cec..1c738aab99b4608f952ec9882b29fad69c2cf2cb 100644 (file)
@@ -1,4 +1,3 @@
-#define APT_COMPATIBILITY 1
 #include <apt-pkg/dpkgdb.h>
 #include <apt-pkg/debfile.h>
 #include <apt-pkg/error.h>
@@ -11,6 +10,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+using namespace std;
+
 bool Go(int argc,char *argv[])
 {
    // Init the database
@@ -83,7 +84,8 @@ bool Go(int argc,char *argv[])
 
 int main(int argc,char *argv[])
 {
-   pkgInitialize(*_config);
+   pkgInitConfig(*_config);
+   pkgInitSystem(*_config,_system);
    _config->Set("Dir::State::status","/tmp/testing/status");
 
    Go(argc,argv);