[Jifty-commit] r5612 - in jifty/trunk: lib/Jifty

Jifty commits jifty-commit at lists.jifty.org
Tue Jul 29 18:59:27 EDT 2008


Author: alexmv
Date: Tue Jul 29 18:59:27 2008
New Revision: 5612

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Test.pm

Log:
 r34939 at kohr-ah:  chmrr | 2008-07-29 18:58:52 -0400
  * Fix a reference to Subtest


Modified: jifty/trunk/lib/Jifty/Test.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test.pm	(original)
+++ jifty/trunk/lib/Jifty/Test.pm	Tue Jul 29 18:59:27 2008
@@ -294,9 +294,9 @@
     my $class = shift;
     my ($test_config_file) = @_;
 
-    # Jifty::SubTest uses chdir which screws up $0, so to be nice it also makes
-    # available the cwd was before it uses chdir.
-    my $cwd = $Jifty::SubTest::OrigCwd;
+    # Jifty::Test::Dist uses chdir which screws up $0, so to be nice
+    # it also makes available the cwd was before it uses chdir.
+    my $cwd = $Jifty::Test::Dist::OrigCwd;
 
     # get the initial test config file, which is the input . "-config.yml"
     $test_config_file = $0 if !defined($test_config_file);


More information about the Jifty-commit mailing list