Ver código fonte

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

The module already has 100% code coverage.
Guillem Jover 11 anos atrás
pai
commit
b2567f0035
1 arquivos alterados com 0 adições e 2 exclusões
  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);
 @expect_argv = qw(--option-a --option-b value --option-c value);
 is_deeply(\@ARGV, \@expect_argv, 'unbundle long options');
 is_deeply(\@ARGV, \@expect_argv, 'unbundle long options');
 
 
-# TODO: Add actual test cases.
-
 1;
 1;