# File test/test_params.rb, line 74
    def test_load_japanese_handling
      @store['japanese_handling'] = true
      @admin_params.load(@properties)
      assert_equal(1, @params_call)
      assert((@params_names.include? 'japanese_handling'))
      assert_equal(true, @admin_params.japanese_handling)
    end