Преглед на файлове

scripts/t: Remove note that Dpkg_Getopt.t needs actual test cases

The module already has 100% code coverage.
Guillem Jover преди 11 години
родител
ревизия
b2567f0035
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      scripts/t/Dpkg_Getopt.t

+ 0 - 2
scripts/t/Dpkg_Getopt.t

@@ -32,6 +32,4 @@ is_deeply(\@ARGV, \@expect_argv, 'unbundle short options');
 @expect_argv = qw(--option-a --option-b value --option-c value);
 is_deeply(\@ARGV, \@expect_argv, 'unbundle long options');
 
-# TODO: Add actual test cases.
-
 1;