summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@alfadeo.de>2011-07-15 14:44:50 +0200
committergebele <gebele@alfadeo.de>2011-07-15 14:44:50 +0200
commit3315754ea91b2c7f6ba7b5a3eec1dc7ed032e2b6 (patch)
treed4358fed4757278361683841b45e61dcef82a744
parent07c5fbb3d8579dd51ed0dca4c7c8a3d41c38872a (diff)
without time
-rw-r--r--toxcreate.rb4
1 files 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