lib/uttk/strategies/Collection.rb in uttk-0.3.6.1 vs lib/uttk/strategies/Collection.rb in uttk-0.4.5.0
- old
+ new
@@ -1,9 +1,9 @@
# Author:: Nicolas Pouillard <ertai@lrde.epita.fr>.
# Copyright:: Copyright (c) 2004, 2005 Uttk team. All rights reserved.
# License:: LGPL
-# $Id: /w/fey/uttk/trunk/lib/uttk/strategies/Collection.rb 22102 2006-02-21T23:03:39.538964Z pouillar $
+# $Id: /w/fey/uttk/trunk/lib/uttk/strategies/Collection.rb 24394 2006-07-10T07:38:58.276210Z ertai $
module Uttk
module Strategies
@@ -26,12 +26,12 @@
# Create a new test, using the current loader, and add it to the
# collection.
def create ( anObject=strategyclass, &block )
super do |t|
- @log.debug{"assign collection attributes #{@attributes.size}"}
+ # @log.debug{"assign collection attributes #{@attributes.size}"}
@attributes.each do |k,v|
- @log.debug{"assign attribute: #{k}"}
+ # @log.debug{"assign attribute: #{k}"}
next if k == :contents
t.assign_one(k, v, true)
end
if @attributes.has_key? :contents
t.assign_one(:contents, @attributes[:contents], true)