From 3315754ea91b2c7f6ba7b5a3eec1dc7ed032e2b6 Mon Sep 17 00:00:00 2001 From: gebele Date: Fri, 15 Jul 2011 14:44:50 +0200 Subject: without time --- toxcreate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toxcreate.rb b/toxcreate.rb index 0ce92c5..1a4ebd9 100644 --- a/toxcreate.rb +++ b/toxcreate.rb @@ -19,11 +19,11 @@ class ToxCreateTest < Test::Unit::TestCase def setup @user = "guest" @password = "guest" - puts Time.now.localtime.strftime("%Y-%m-%d %H:%M:%S") + #puts Time.now.localtime.strftime("%Y-%m-%d %H:%M:%S") end def teardown - puts Time.now.localtime.strftime("%Y-%m-%d %H:%M:%S") + #puts Time.now.localtime.strftime("%Y-%m-%d %H:%M:%S") sleep 5 end -- cgit v1.2.3