~abp998/gwacl/subscription

« back to all changes in this revision

Viewing changes to managementapi_test.go

  • Committer: Gavin Panella
  • Date: 2013-04-17 11:07:11 UTC
  • mfrom: (91 gwacl)
  • mto: This revision was merged to the branch mainline in revision 92.
  • Revision ID: gavin@gromper.net-20130417110711-du1sqvfb2qzczs9v
Merge trunk, resolving 1 conflict.

Show diffs side-by-side

added added

removed removed

Lines of Context:
507
507
}
508
508
 
509
509
func (suite *managementAPISuite) TestDeleteDisk(c *C) {
 
510
    // The current implementation of DeleteDisk() works around a bug in
 
511
    // Windows Azure by polling the server.  See the documentation in the file
 
512
    // deletedisk.go for details.
 
513
    // Change the polling interval to speed up the tests:
 
514
    deleteDiskInterval = time.Nanosecond
510
515
    api := makeAPI(c)
511
516
    recordedRequests := setUpDispatcher("operationID")
512
517
    diskName := "diskName"