public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Crypt-Cracklib/files: 1.4-disable-reversed-test.patch
@ 2010-01-06 20:47 Torsten Veller (tove)
  0 siblings, 0 replies; only message in thread
From: Torsten Veller (tove) @ 2010-01-06 20:47 UTC (permalink / raw
  To: gentoo-commits

tove        10/01/06 20:47:57

  Added:                1.4-disable-reversed-test.patch
  Log:
  Disable reversed test (#278196)
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-perl/Crypt-Cracklib/files/1.4-disable-reversed-test.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Crypt-Cracklib/files/1.4-disable-reversed-test.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Crypt-Cracklib/files/1.4-disable-reversed-test.patch?rev=1.1&content-type=text/plain

Index: 1.4-disable-reversed-test.patch
===================================================================
--- Crypt-Cracklib-1.4/t/01use.t
+++ Crypt-Cracklib-1.4/t/01use.t
@@ -1,4 +1,4 @@
-use Test::More tests => 19;
+use Test::More tests => 18;
 
 BEGIN { use_ok( 'Crypt::Cracklib' ); }
 
@@ -28,7 +28,7 @@
 like(fascist_check('dictionary'), qr/dictionary/, "dictionary");
 
 # it is based on a (reversed) dictionary word
-like(fascist_check('1elppa'), qr/reversed/, "reversed dictionary");
+#like(fascist_check('1elppa'), qr/reversed/, "reversed dictionary");
 
 # Ok
 ok(fascist_check('Sil1ntBob') eq 'ok');






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-06 21:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-06 20:47 [gentoo-commits] gentoo-x86 commit in dev-perl/Crypt-Cracklib/files: 1.4-disable-reversed-test.patch Torsten Veller (tove)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox