Skip to content

Commit

Permalink
Modified MetricsSystemSuite.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
sarutak committed Sep 17, 2014
1 parent efcb6e1 commit 4776f9e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ class MetricsSystemSuite extends FunSuite with BeforeAndAfter {

test("MetricsSystem with default config") {
val metricsSystem = MetricsSystem.createMetricsSystem("default", conf, securityMgr)
metricsSystem.registerSources()
metricsSystem.registerSinks()
val sources = metricsSystem.sources
val sinks = metricsSystem.sinks

Expand All @@ -44,6 +46,8 @@ class MetricsSystemSuite extends FunSuite with BeforeAndAfter {

test("MetricsSystem with sources add") {
val metricsSystem = MetricsSystem.createMetricsSystem("test", conf, securityMgr)
metricsSystem.registerSources()
metricsSystem.registerSinks()
val sources = metricsSystem.sources
val sinks = metricsSystem.sinks

Expand Down

0 comments on commit 4776f9e

Please sign in to comment.