OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-Random?expand=0&rev=4
15 lines
520 B
Diff
15 lines
520 B
Diff
diff -ru Crypt-Random-1.25.orig//t/generator.t Crypt-Random-1.25/t/generator.t
|
|
--- Crypt-Random-1.25.orig//t/generator.t 2001-06-26 00:09:34.000000000 +0200
|
|
+++ Crypt-Random-1.25/t/generator.t 2008-12-29 15:04:43.000000000 +0100
|
|
@@ -10,9 +10,8 @@
|
|
|
|
use Test;
|
|
use Crypt::Random::Generator;
|
|
-BEGIN { plan tests => 18 };
|
|
+BEGIN { plan tests => 12 };
|
|
|
|
-tests( new Crypt::Random::Generator Strength => 1 );
|
|
tests( new Crypt::Random::Generator Strength => 0 );
|
|
tests( new Crypt::Random::Generator Provider => 'rand' );
|
|
|