[Jifty-commit] r6844 - in plugins/Jifty-Plugin-NoIE: .

Jifty commits jifty-commit at lists.jifty.org
Wed Apr 22 12:13:24 EDT 2009


Author: c9s
Date: Wed Apr 22 12:13:24 2009
New Revision: 6844

Added:
   plugins/Jifty-Plugin-NoIE/t/
   plugins/Jifty-Plugin-NoIE/t/00-load.t
Modified:
   plugins/Jifty-Plugin-NoIE/MANIFEST

Log:
 let noie plugin test pass


Modified: plugins/Jifty-Plugin-NoIE/MANIFEST
==============================================================================
--- plugins/Jifty-Plugin-NoIE/MANIFEST	(original)
+++ plugins/Jifty-Plugin-NoIE/MANIFEST	Wed Apr 22 12:13:24 2009
@@ -2,3 +2,4 @@
 lib/Jifty/Plugin/NoIE/View.pm
 Makefile.PL
 META.yml
+t/00-load.t

Added: plugins/Jifty-Plugin-NoIE/t/00-load.t
==============================================================================
--- (empty file)
+++ plugins/Jifty-Plugin-NoIE/t/00-load.t	Wed Apr 22 12:13:24 2009
@@ -0,0 +1,9 @@
+#!perl
+use lib 'lib';
+use Test::More tests => 3;
+BEGIN {
+    use_ok('Jifty::Plugin::NoIE');
+}
+ok(1);
+is(1,1);
+


More information about the Jifty-commit mailing list