[Jifty-commit] r5989 - in jifty/trunk: lib/Jifty/Test/WWW t/TestApp-Plugin-REST/t t/TestApp/t

Jifty commits jifty-commit at lists.jifty.org
Fri Nov 14 17:34:43 EST 2008


Author: alexmv
Date: Fri Nov 14 17:34:41 2008
New Revision: 5989

Removed:
   jifty/trunk/t/TestApp-Plugin-REST/t/01-config.t
Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm
   jifty/trunk/t/TestApp/t/01-config.t

Log:
 r39134 at kohr-ah:  chmrr | 2008-11-14 17:33:49 -0500
  Remove a couple references to btdt


Modified: jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm	(original)
+++ jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm	Fri Nov 14 17:34:41 2008
@@ -49,7 +49,7 @@
 Finds the moniker of the first action of type I<ACTION> whose
 "constructor" field I<FIELD1> is I<VALUE1>, and so on.
 
-   my $mon =$mech->moniker_for('BTDT::Action::UpdateTask');
+   my $mon =$mech->moniker_for('MyApp::Action::UpdateInfok');
 
 If there is only one action of type ACTION, be sure not to pass
 any more arguments to this method, or the method will return undef.

Modified: jifty/trunk/t/TestApp/t/01-config.t
==============================================================================
--- jifty/trunk/t/TestApp/t/01-config.t	(original)
+++ jifty/trunk/t/TestApp/t/01-config.t	Fri Nov 14 17:34:41 2008
@@ -2,16 +2,10 @@
 use strict;
 use warnings;
 
-#use Jifty::Test tests => 3;
 use Jifty::Test tests => 1;
 
-# todo: kevinr: these tests aren't right
-#is(Jifty->config->framework('ApplicationClass'), 'jifty');
-# is(Jifty->config->framework('LogConfig'), 't/btdttest.log4perl.conf');
-# Port is overridden by testconfig
 ok(Jifty->config->framework('Web')->{'Port'} >= 10000, "test nested config");
 
-
 1;
 
 


More information about the Jifty-commit mailing list