Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64443
b: "refs/heads/CMSSW_7_1_X"
c: 15ab024
h: "refs/heads/CMSSW_7_1_X"
i:
  64441: b3f0f0b
  64439: 38cad5f
v: v3
  • Loading branch information
Vincenzo Innocente committed Apr 7, 2009
1 parent ca28d3f commit 3460651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 82f76fd1a3f5d9423d7c163d852a0c36647fc4ea
"refs/heads/CMSSW_7_1_X": 6d658e118c0fff16af2fe1868e383adb1a2c0527
"refs/heads/CMSSW_7_1_X": 15ab02411e66e27178ae3e605dccd366fa7bd9d4
2 changes: 1 addition & 1 deletion trunk/CondCore/IOVService/test/testIOVIterator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ int main(){
// test "copy shallow"
cond::IOVProxy iov(pooldb,iovtok, true, false);
myconnection.disconnect();
delete session;
std::cout << "size " << iov.size()
<<", Time Type " << iov.timetype() << std::endl;
iov.head(2);
std::for_each(iov.begin(),iov.end(),boost::bind(&print,_1));
}
delete session;
}catch(const cond::Exception& er){
std::cout<<"error "<<er.what()<<std::endl;
}catch(const std::exception& er){
Expand Down

0 comments on commit 3460651

Please sign in to comment.