Skip to content

Commit

Permalink
Add missing fixtures.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/libcloud/trunk@1079005 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Kami committed Mar 7, 2011
1 parent 06e556f commit ce07278
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/fixtures/ec2/create_tags.xml
@@ -0,0 +1,4 @@
<CreateTagsResponse xmlns="http://ec2.amazonaws.com/doc/2010-08-31/">
<requestId>b001068a-ca0d-4f05-b622-28fe984f44be</requestId>
<return>true</return>
</CreateTagsResponse>
4 changes: 4 additions & 0 deletions test/fixtures/ec2/delete_tags.xml
@@ -0,0 +1,4 @@
<DeleteTagsResponse xmlns="http://ec2.amazonaws.com/doc/2010-08-31/">
<requestId>7a297da7-3ecb-4156-8bcb-3be73896cc14</requestId>
<return>true</return>
</DeleteTagsResponse>

0 comments on commit ce07278

Please sign in to comment.