From ca4b625e6c5e6d35a04acec7b12fdb3d4b768b43 Mon Sep 17 00:00:00 2001 From: Alexander Kryklia Date: Mon, 24 Dec 2012 15:38:36 +0200 Subject: [PATCH] removed forgotten ipdb line --- common/lib/xmodule/xmodule/tests/test_import.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/tests/test_import.py b/common/lib/xmodule/xmodule/tests/test_import.py index 3f2c005268..90ec112f19 100644 --- a/common/lib/xmodule/xmodule/tests/test_import.py +++ b/common/lib/xmodule/xmodule/tests/test_import.py @@ -349,7 +349,6 @@ class ImportTestCase(unittest.TestCase): sa_id = "edX/sa_test/2012_Fall" location = Location(["i4x", "edX", "sa_test", "selfassessment", "SampleQuestion"]) - # import ipdb; ipdb.set_trace() sa_sample = modulestore.get_instance(sa_id, location) #10 attempts is hard coded into SampleQuestion, which is the url_name of a selfassessment xml tag self.assertEqual(sa_sample.metadata['attempts'], '10')