[Rt-commit] rt branch, 3.9-merge-rtfm, updated. rt-3.9.6-1073-ga7cf3ea

Shawn Moore sartak at bestpractical.com
Thu Dec 2 21:42:21 EST 2010


The branch, 3.9-merge-rtfm has been updated
       via  a7cf3ea44ae1d07652fd2b3c879adb1e1590ded8 (commit)
      from  c0755a2ea3b8d2669f27bb167315e297870446c1 (commit)

Summary of changes:
 t/articles/00-smoke.t |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)
 delete mode 100644 t/articles/00-smoke.t

- Log -----------------------------------------------------------------
commit a7cf3ea44ae1d07652fd2b3c879adb1e1590ded8
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Dec 2 21:42:10 2010 -0500

    This file is superceded by t/00-compile.t

diff --git a/t/articles/00-smoke.t b/t/articles/00-smoke.t
deleted file mode 100644
index 77f69a0..0000000
--- a/t/articles/00-smoke.t
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use warnings;
-
-use RT::Test;
-
-use RT;
-ok(RT::LoadConfig);
-
-use File::Find;
-File::Find::find({wanted => \&wanted}, 'lib');
-sub wanted { /^.*\.pm\z/s && $_ !~ /Overlay/ && require_ok($_) };
-
-

-----------------------------------------------------------------------


More information about the Rt-commit mailing list