Skip to content

Commit

Permalink
Merge pull request #69 from wmtan/unitTestFixes
Browse files Browse the repository at this point in the history
Unit test fixes
  • Loading branch information
ktf committed Jul 10, 2013
2 parents 14e01d1 + 74f534c commit 6b547ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions FWCore/TFWLiteSelector/src/TFWLiteSelectorBasic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,8 @@ TFWLiteSelectorBasic::setupNewFile(TFile& iFile) {
edm::BranchDescription newBD(prod);
newBD.updateFriendlyClassName();
newReg->copyProduct(newBD);
// Need to call init to get old branch name.
prod.init();
}
prod.init();
}

newReg->setFrozen();
Expand Down
1 change: 1 addition & 0 deletions IOPool/Streamer/src/StreamerInputSource.cc
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ namespace edm {
<< "Could not read the initial product registry list\n";
}

sd->initializeTransients();
return sd;
}

Expand Down

0 comments on commit 6b547ee

Please sign in to comment.