1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/aws/requests/simpledb
Pan Thomakos f739865bb5 Fixed Fog::AWS::SimpleDB#delete_attributes.
Deleting attributes was not working in mock mode. There were two
bugs in this function.The first was that attributes were being
deleted from the domain as opposed to the item. The second was
that when no attributes were passed, which should delete all
attributes, no attributes were actually being deleted. I've written
tests that recreate these bugs and I have included a fix as well.
2011-05-28 10:20:10 -07:00
..
batch_put_attributes.rb [mock] cleanup and reset related fixes 2011-05-19 15:35:33 -07:00
create_domain.rb [mock] cleanup and reset related fixes 2011-05-19 15:35:33 -07:00
delete_attributes.rb Fixed Fog::AWS::SimpleDB#delete_attributes. 2011-05-28 10:20:10 -07:00
delete_domain.rb [mock] cleanup and reset related fixes 2011-05-19 15:35:33 -07:00
domain_metadata.rb [mock] cleanup and reset related fixes 2011-05-19 15:35:33 -07:00
get_attributes.rb [mock] cleanup and reset related fixes 2011-05-19 15:35:33 -07:00
list_domains.rb [mock] cleanup and reset related fixes 2011-05-19 15:35:33 -07:00
put_attributes.rb [mock] cleanup and reset related fixes 2011-05-19 15:35:33 -07:00
select.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00