Skip to content

Commit

Permalink
Remove debugging from tests :)
Browse files Browse the repository at this point in the history
  • Loading branch information
chicks committed Apr 11, 2011
1 parent 51c22b6 commit dcac05d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/connection/test_set_document_revision.rb
Expand Up @@ -16,9 +16,7 @@ class TestSetDocumentRevision < ActiveSupport::TestCase
assert !d.new?
# Create a new document revision, attaching the file to the document_revision, and associating the document
# revision with parent document
SugarCRM.connection.debug = true
assert SugarCRM.connection.set_document_revision(d.id, d.revision + 1, {:file => file, :file_name => "config_test.yaml"})
SugarCRM.connection.debug = false
# Delete the document
assert d.delete
# Remove any document revisions associated with that document
Expand Down

0 comments on commit dcac05d

Please sign in to comment.