1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

8 commits

Author SHA1 Message Date
geemus
d1ad49dc55 [aws|simpledb] fix tests to use proper accessor 2011-09-22 19:34:14 -05:00
geemus
7b4a517cbf [core] don't rely on bin stuff for service init in tests
closes #422
2011-09-15 08:01:37 -05:00
geemus
2da3af865f [aws|simpledb] fix get_attributes mock deprecation 2011-07-20 12:09:47 -05:00
geemus
b7f54bbd2d [aws|simpledb] provide for using ConsistentRead on get_attributes and select
closes #386
2011-07-08 16:43:25 -05:00
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
Joshua Napoli
182ae90b5c Remove stray debug output. 2011-04-11 19:07:37 -04:00
Joshua Napoli
4e49d70de6 Test encode_batch_attributes with two attributes in one item to demonstrate an error in encode_batch_attributes. An unmocked test run will show a "400 Bad Request" response from SimpleDB. 2011-04-11 19:01:29 -04:00
geemus
9a52c94513 [aws|simpledb] fixes
more granular idempotency
convert specs to tests
2011-01-03 18:55:24 -08:00