[pkg-kolab] r1412 - pkg-kolab_testsuite

Mathieu Parent sathieu at alioth.debian.org
Tue Nov 17 22:47:52 UTC 2009


Author: sathieu
Date: 2009-11-17 22:47:51 +0000 (Tue, 17 Nov 2009)
New Revision: 1412

Modified:
   pkg-kolab_testsuite/testsuite
Log:
two more steps missing

Modified: pkg-kolab_testsuite/testsuite
===================================================================
--- pkg-kolab_testsuite/testsuite	2009-11-17 22:44:22 UTC (rev 1411)
+++ pkg-kolab_testsuite/testsuite	2009-11-17 22:47:51 UTC (rev 1412)
@@ -454,6 +454,9 @@
                     $fh->send("kolab_bootstrap -b\n");
                     $step++;
                     return exp_continue;
+                } elsif($step == 17 + $config{'slave_count'}) {
+                    $fh->send("exit\n");
+                    $step++;
                 } else {
                     print "Step is $step (should be 0)\n";
                 }
@@ -665,6 +668,19 @@
                 }
             },
         ],
+        [
+            qr'1 out of 1 certificate requests certified, commit\? \[y/n\]$',
+            sub {
+                my $fh = shift;
+                if( $step == 16 + $config{'slave_count'} ) {
+                    $fh->send("y\n");
+                    $step++;
+                    return exp_continue;
+                } else {
+                    print "Step is $step\n";
+                }
+            },
+        ],
     );
 
     print "* Installing PHP Unit:\n";




More information about the pkg-kolab-devel mailing list