Kouhei Sutou
null+****@clear*****
Thu Apr 24 15:56:36 JST 2014
Kouhei Sutou 2014-04-24 15:56:36 +0900 (Thu, 24 Apr 2014) New Revision: 604a830a96837035a88925a8e22781c9678ebe7f https://github.com/droonga/droonga-engine/commit/604a830a96837035a88925a8e22781c9678ebe7f Message: Fix variable name @normalize _time_value -> @normalized_time_value + Modified files: test/unit/test_catalog_generator.rb Modified: test/unit/test_catalog_generator.rb (+2 -2) =================================================================== --- test/unit/test_catalog_generator.rb 2014-04-24 15:55:39 +0900 (d0176b4) +++ test/unit/test_catalog_generator.rb 2014-04-24 15:56:36 +0900 (4c79f68) @@ -36,14 +36,14 @@ class CatalogGeneratorTest < Test::Unit::TestCase rescue ArgumentError # Do nothing for invalid time value else - catalog[key] = @normalize_time_value + catalog[key] = @normalized_time_value end end def test_default catalog = { "version" => 2, - "effectiveDate" => @normalize_time_value, + "effectiveDate" => @normalized_time_value, "datasets" => { }, } -------------- next part -------------- HTML����������������������������...Download