Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace TestRunLumiSource #593

Merged
merged 1 commit into from
Aug 23, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions FWCore/Integration/test/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
</library>
<library file="TestRunLumiSource.cc" name="TestRunLumiSource">
<library file="ThrowingSource.cc" name="ThrowingSource">
<flags EDM_PLUGIN="1"/>
<use name="DataFormats/Provenance"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/Sources"/>
</library>
<library file="ThingSource.cc,ThingAlgorithm.cc" name="TestThingSource">
<flags EDM_PLUGIN="1"/>
Expand Down
11 changes: 1 addition & 10 deletions FWCore/Integration/test/CatchCmsExceptionFromSource_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,4 @@

process = cms.Process("TEST")

process.source = cms.Source("TestRunLumiSource",
runLumiEvent = cms.untracked.vint32(1, 0, 0,
1, 1, 0,
1, 1, 1,
1, 1, 2,
1, 1, 0,
1, 0, 0
),
whenToThrow = cms.untracked.int32(3)
)
process.source = cms.Source("ThrowingSource", whenToThrow = cms.untracked.int32(3))
156 changes: 0 additions & 156 deletions FWCore/Integration/test/TestRunLumiSource.cc

This file was deleted.

120 changes: 0 additions & 120 deletions FWCore/Integration/test/TestRunLumiSource.h

This file was deleted.

Loading