Skip to content

Commit 70264f9

Browse files
committed
debug
1 parent b60aa1e commit 70264f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/unit/full_text_search/issue_any_searchable_filter_test.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ def setup
99
end
1010

1111
def test_filter_any_searchable
12+
pp Gem::Version.new(Redmine::VERSION)
13+
pp Gem::Version.new(Redmine::VERSION).to_s
14+
pp Gem::Version.new(Redmine::VERSION) < Gem::Version.new("5.1")
1215
Issue.destroy_all
1316
issue_with_searched_word_in_subject = Issue.generate!(subject: "Groonga")
1417
issue_with_searched_word_in_description =

0 commit comments

Comments
 (0)