1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests
Aaron Suggs 10c0b8006c [aws|rds] Allow string or symbol hash keys.
Server#modify and #create_read_replica allow
options to be passed as symbols or strings.

This allows the same hash of attributes to be used
for creating & modifying servers.

For example, the following lines are equivalent:
  server.modify(true, :allocated_storage => 10)
  server.modify(true, 'AllocatedStorage' => 10)
2011-07-30 23:12:29 -04:00
..
aws [aws|rds] Allow string or symbol hash keys. 2011-07-30 23:12:29 -04:00
compute [compute|voxel] fix server format 2011-07-22 12:04:18 -05:00
core Fixed #444 - Unable to squash kvp with false values 2011-07-20 18:18:05 -04:00
dns [dns|dnsmadeeasy] skip model/collection tests for now (timing issue) 2011-06-21 14:50:16 -07:00
helpers [tests] replace letters with letters and numbers with numbers in collection#get failure test 2011-07-22 11:46:55 -05:00
storage [storage|ninefold] fix file#destroy and test cleanup 2011-07-21 10:16:53 -05:00
helper.rb [ninefold|compute] Boilerplate for ninefold 2011-06-04 20:02:12 +10:00
lorem.txt [aws|storage] continuing to flesh out tests 2010-10-12 18:07:36 -07:00