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

Jifty commits jifty-commit at lists.jifty.org
Wed Dec 8 17:32:02 EST 2010


The branch, master has been updated
       via  b86a692e2037efe24ebe29c7ff2f3aad95484ce8 (commit)
      from  bd0b3ca0aae7e3b86c1cde41d602bef6315e928d (commit)

Summary of changes:
 t/cas-memcached.t |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit b86a692e2037efe24ebe29c7ff2f3aad95484ce8
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Dec 8 17:31:52 2010 -0500

    Fix commented explanation

diff --git a/t/cas-memcached.t b/t/cas-memcached.t
index 9bf8b23..e1a2870 100644
--- a/t/cas-memcached.t
+++ b/t/cas-memcached.t
@@ -12,8 +12,8 @@ require IO::Socket::INET;
 plan skip_all => "Testing CAS memcached store requires a memcached running on the default port"
     unless IO::Socket::INET->new('127.0.0.1:11211');
 
-# We want to do the import since it loads up Jifty and triggers CCJS's early
-# generation trying to use memcached
+# We want to do the import late since it loads up Jifty and triggers CCJS's
+# early generation trying to use memcached
 Jifty::Test->import(tests => 17);
 
 my $data    = "a" x (1024*10);

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


More information about the Jifty-commit mailing list