Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74741
b: "refs/heads/CMSSW_7_1_X"
c: 2fe3354
h: "refs/heads/CMSSW_7_1_X"
i:
  74739: 88b59f2
v: v3
  • Loading branch information
Lassi Tuura committed Oct 5, 2009
1 parent fa902b8 commit 7903d79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": 5e7ae5ea61c4d8311fe7c80fc90cc5c6fcbafaa7
"refs/heads/CMSSW_7_1_X": 2fe3354157ce22369dfd77e1886c23f2bac1c783
9 changes: 4 additions & 5 deletions trunk/DQMServices/Core/test/DQMBackEndInterfaceExample.cc
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,11 @@ void DQMStoreExample::integrityChecks()

// contents of "C1/C2" (including subdirectories)
contents.clear();
contents.push_back(f1); contents.push_back(h5);
contents.push_back(h6); contents.push_back(i1);
contents.push_back(h1); contents.push_back(h2);
contents.push_back(h7); contents.push_back(s1);
contents.push_back(h64); contents.push_back(h8);
contents.push_back(f1); contents.push_back(h5);
contents.push_back(h6); contents.push_back(i1);
dbe_ret = dbe->getAllContents("C1/C2");
assert(dbe_ret == contents);
dbe_ret = dbe->getAllContents("C1/C2/"); // w/ or w/o a "slash" at the end
Expand All @@ -203,15 +203,14 @@ void DQMStoreExample::integrityChecks()

// contents of "C1/C2": only histograms (including subdirectories)
contents.clear();
contents.push_back(h5); contents.push_back(h6);
contents.push_back(h1); contents.push_back(h2);
contents.push_back(h7);
contents.push_back(h64); contents.push_back(h8);
contents.push_back(h5);
contents.push_back(h6);
dbe_ret = dbe->getMatchingContents("C1/C2/*histo*");
assert(dbe_ret == contents);

contents.erase(contents.begin());
contents.erase(contents.begin()+2); // h1
dbe_ret = dbe->getMatchingContents("C1/C2/*sto?");
assert(dbe_ret == contents);
}
Expand Down

0 comments on commit 7903d79

Please sign in to comment.