You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2013/03/12 11:24:53 UTC

git commit: Core: Removed debugging stuff from instances_collection_test

Updated Branches:
  refs/heads/master b177b1d77 -> 4cf2040ad


Core: Removed debugging stuff from instances_collection_test


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/4cf2040a
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/4cf2040a
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/4cf2040a

Branch: refs/heads/master
Commit: 4cf2040ad42e2592e7ebbe28c806d5562b24d955
Parents: b177b1d
Author: Michal Fojtik <mf...@redhat.com>
Authored: Tue Mar 12 11:24:07 2013 +0100
Committer: Michal fojtik <mf...@redhat.com>
Committed: Tue Mar 12 11:24:07 2013 +0100

----------------------------------------------------------------------
 .../collections/instances_collection_test.rb       |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/4cf2040a/server/tests/deltacloud/collections/instances_collection_test.rb
----------------------------------------------------------------------
diff --git a/server/tests/deltacloud/collections/instances_collection_test.rb b/server/tests/deltacloud/collections/instances_collection_test.rb
index 0cef4a7..a73d1b2 100644
--- a/server/tests/deltacloud/collections/instances_collection_test.rb
+++ b/server/tests/deltacloud/collections/instances_collection_test.rb
@@ -47,7 +47,6 @@ describe Deltacloud::Collections::Instances do
     # You can't remove RUNNING instance
     (xml/'error/message').first.text.strip.must_equal 'Method Not Allowed'
     post root_url + '/instances/' + instance_id + '/reboot'
-    binding.pry
     status.must_equal 202
     (xml/'instance/state').first.text.strip.must_equal 'RUNNING'
     post root_url + '/instances/' + instance_id + '/stop'