Bug #806
update_indexed_attributes should return accurate response when multiple values have been added in a single run
| Status: | Assigned | Start: | 03/05/2010 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | - | Spent time: | - | |
| Target version: | 2.0 Release: MODS, Nokogiri & better Solr | |||
| Sponsor: |
Description
see spec/unit/base_spec.rb (~line 443)
it "should return accurate response when multiple values have been added in a single run" do
pending
att= {"swank"=>{"-1"=>"mork", "0"=>"york"}}
n = FooHistory.new
n.update_indexed_attributes(att).should == {"swank"=>{"0"=>"york", "1"=>"mork"}}
end
History
Updated by Matt Zumwalt 141 days ago
- Status changed from Closed to Assigned
- Target version changed from 1.0.9 to 2.0 Release: MODS, Nokogiri & better Solr