[Jifty-commit] jifty branch, master, updated. aa708d8296f13dee3ac5e7c5c7fbbf5d456c2fd3

Jifty commits jifty-commit at lists.jifty.org
Wed Dec 8 18:37:59 EST 2010


The branch, master has been updated
       via  aa708d8296f13dee3ac5e7c5c7fbbf5d456c2fd3 (commit)
      from  17b4e79fe1ff7384c411d7fd86c4ce950f7866a6 (commit)

Summary of changes:
 .../lib/TestApp/Plugin/SetupWizard/Test.pm         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit aa708d8296f13dee3ac5e7c5c7fbbf5d456c2fd3
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Wed Dec 8 18:37:48 2010 -0500

    Unfix a typo that we depend on from another library

diff --git a/t/TestApp-Plugin-SetupWizard/lib/TestApp/Plugin/SetupWizard/Test.pm b/t/TestApp-Plugin-SetupWizard/lib/TestApp/Plugin/SetupWizard/Test.pm
index 63c5612..f9215c9 100644
--- a/t/TestApp-Plugin-SetupWizard/lib/TestApp/Plugin/SetupWizard/Test.pm
+++ b/t/TestApp-Plugin-SetupWizard/lib/TestApp/Plugin/SetupWizard/Test.pm
@@ -34,7 +34,7 @@ sub site_config_is {
     my $name     = shift;
 
     my $got = eval { Jifty::YAML::LoadFile('etc/site_config.yml') };
-    die $@ if $@ && $@ !~ /Cannot read from/ && $@ !~ /is empty or non-existent/;
+    die $@ if $@ && $@ !~ /Cannot read from/ && $@ !~ /is empty or non-existant/; # XXX: sic from YAML::Syck
 
     Test::More::is_deeply($got, $expected, $name);
 }

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


More information about the Jifty-commit mailing list