]> git.saurik.com Git - apt.git/commitdiff
honor option to disable pulses for the testcases
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 14 Feb 2014 17:35:35 +0000 (18:35 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 14 Feb 2014 18:14:45 +0000 (19:14 +0100)
Git-Dch: Ignore

apt-private/acqprogress.cc
apt-private/acqprogress.h
test/integration/test-bug-738785-switch-protocol

index af2d0f46116d466036d6c12323bccb886655ead9..3aafea4f2a31de10217ad83d06d0200897962fc2 100644 (file)
@@ -30,10 +30,13 @@ using namespace std;
 // AcqTextStatus::AcqTextStatus - Constructor                          /*{{{*/
 // ---------------------------------------------------------------------
 /* */
-AcqTextStatus::AcqTextStatus(unsigned int &ScreenWidth,unsigned int Quiet) :
-    ScreenWidth(ScreenWidth), ID(0), Quiet(Quiet)
+AcqTextStatus::AcqTextStatus(unsigned int &ScreenWidth,unsigned int const Quiet) :
+    pkgAcquireStatus(), ScreenWidth(ScreenWidth), ID(0), Quiet(Quiet)
 {
    BlankLine[0] = 0;
+   // testcases use it to disable pulses without disabling other user messages
+   if (_config->FindB("quiet::NoUpdate", false) == true)
+      this->Quiet = 1;
 }
                                                                        /*}}}*/
 // AcqTextStatus::Start - Downloading has started                      /*{{{*/
index e47bfb72ddbdd359ca7d2050e546790ee2102d25..e12dafe5025214334784ec62f53c1c1c1987b47c 100644 (file)
@@ -32,7 +32,7 @@ class AcqTextStatus : public pkgAcquireStatus
    
    bool Pulse(pkgAcquire *Owner);
 
-   AcqTextStatus(unsigned int &ScreenWidth,unsigned int Quiet);
+   AcqTextStatus(unsigned int &ScreenWidth,unsigned int const Quiet);
 };
 
 #endif
index bc3c6dbadf9c76e60bc1efce37f7492c0a6f5d14..b51be244a0005dedfd1a8d0dd733ae25578672e6 100755 (executable)
@@ -48,5 +48,6 @@ rm https
 cd - >/dev/null
 echo "Dir::Bin::Methods \"${COPYMETHODS}\";" >> aptconfig.conf
 
-aptget download apt
+testequal "E: The method driver $(pwd)/rootdir/usr/lib/apt/methods/https could not be found.
+N: Is the package apt-transport-https installed?" aptget download apt -q=0
 testsuccess test ! -e apt_1.0_all.deb