Skip to content

Commit

Permalink
CAMEL-13074: FileWatcherReloadStrategy - Use file component instead o…
Browse files Browse the repository at this point in the history
…f JDK FileWatcher
  • Loading branch information
davsclaus committed Jan 18, 2019
1 parent 2a27665 commit b0c7db3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ public void testReloadStrategy() throws Exception {
String folder = (String) mbeanServer.getAttribute(on, "Folder");
assertEquals("target/dummy", folder);

Boolean running = (Boolean) mbeanServer.getAttribute(on, "Running");
assertTrue(running);

Integer reload = (Integer) mbeanServer.getAttribute(on, "ReloadCounter");
assertEquals(0, reload.intValue());

Expand Down

0 comments on commit b0c7db3

Please sign in to comment.