add bug closure to changelog
[debian/amanda] / installcheck / Installcheck / Dumpcache.pm
index 94a59146eb3ebd0bdbd7ff2a8ad0d2d278490806..7358428a5e41ad4446180122228b4d02920c9103 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2008, 2009, 2010 Zmanda, Inc.  All Rights Reserved.
+# Copyright (c) 2008-2012 Zmanda, Inc.  All Rights Reserved.
 #
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License version 2 as published
@@ -179,12 +179,12 @@ $flavors{'parts'} = sub {
     my $testconf = Installcheck::Run::setup();
     basic_settings($testconf);
     use_new_chg_disk($testconf);
-    $testconf->add_dumptype("installcheck-test-parts", [
-       "installcheck-test", "",
-       "tape_splitsize", "128k",
-       "fallback_splitsize", "128k",
+    $testconf->add_tapetype("TEST-TAPE", [
+       "length", "50M",
+       "part_size", "128k",
+       "part_cache_type", "memory",
     ]);
-    $testconf->add_dle("localhost $diskname installcheck-test-parts");
+    $testconf->add_dle("localhost $diskname installcheck-test");
     $testconf->write();
 
     ok(Installcheck::Run::run('amdump', 'TESTCONF'), "amdump for 'parts'"),