Project

General

Profile

« Previous | Next » 

Revision 366a0851

Added by Joseph Magen almost 10 years ago

fixes #6355 - OS free text search shouldn't search associations

View differences:

test/unit/operatingsystem_test.rb
os.reload
end
end
test "should find os name using free text search only" do
operatingsystems = Operatingsystem.search_for('OpenSuse')
assert_equal 1, operatingsystems.count
assert_equal operatingsystems(:suse), operatingsystems.first
end
end

Also available in: Unified diff