Skip to content

Commit

Permalink
commented out pdb.set_trace() in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seanupton committed Aug 22, 2012
1 parent aca913e commit cbe6a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/app/event/tests/test_atevent_integration.py
Expand Up @@ -24,7 +24,7 @@ def test_event_accessor(self):
e1 = self.portal['event1']

# setting attributes via the accessor
import pdb; pdb.set_trace()
#import pdb; pdb.set_trace()
acc = IEventAccessor(e1)
acc.end = datetime(2011,11,13,10,0)
acc.timezone = 'CET'
Expand Down

0 comments on commit cbe6a86

Please sign in to comment.