# File tests/common.rb, line 239
  def check_bucket_basics(bucket, cloud)
    (bucket/'bucket/name').first.text.should == "#{@@created_bucket_name}#{cloud}"
    (bucket/'bucket').attribute("id").text.should == "#{@@created_bucket_name}#{cloud}"
    (bucket/'bucket').length.should > 0
    (bucket/'bucket/name').first.text.should_not == nil
    (bucket/'bucket').attribute("href").text.should_not == nil
  end