test/integration/blob/container/root_container_test.rb in azure-0.7.0.pre vs test/integration/blob/container/root_container_test.rb in azure-0.7.0.pre2
- old
+ new
@@ -43,12 +43,13 @@
# nil container name
blob = subject.create_page_blob nil, blob_name2, length
blob.name.must_equal blob_name2
# empty string container name
- blob = subject.create_page_blob "", blob_name3, length
+ blob = subject.create_page_blob '', blob_name3, length
blob.name.must_equal blob_name3
rescue Azure::Core::Http::HTTPError => error
+ puts error.message
error.status_code.must_equal 409
end
end
end
\ No newline at end of file