Skip to content

Commit

Permalink
there is no schedule in unscheduled
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlange6 committed Jul 11, 2015
1 parent 14f261a commit a637361
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FWCore/ParameterSet/python/Utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ def testWithSchedule(self):
self.assertEqual(process.p2.dumpPython(None),'cms.Path()\n')
self.assertEqual(process.p3.dumpPython(None),'cms.Path(process.f1)\n')
self.assertEqual(process.p4.dumpPython(None),'cms.Path(process.f2+process.f1)\n')
self.assertEqual([p for p in process.schedule],[process.p1,process.p4,process.p2,process.p3])
# there is no longer a schedule.
# self.assertEqual([p for p in process.schedule],[process.p1,process.p4,process.p2,process.p3])

unittest.main()

0 comments on commit a637361

Please sign in to comment.