Skip to content

Commit

Permalink
MONDRIAN: Make sure the plug-in is cleared after the test, to avoid t…
Browse files Browse the repository at this point in the history
…hat other tests could be somehow be affected.

[git-p4: depot-paths = "//open/mondrian/": change = 8529]
  • Loading branch information
Bart Pappyn committed Jan 16, 2007
1 parent 6271834 commit 44dfb07
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -123,6 +123,7 @@ public void testDataSourceChangeListenerPlugin() {
sqlLogger.clear();
assertEquals(s4,s5);
} finally {
smr.changeListener = null;
RolapUtil.threadHooks.set(null);
}
}
Expand Down

0 comments on commit 44dfb07

Please sign in to comment.