Revision b30e5a44 src/test/scala/gr/grnet/aquarium/rest/actor/RESTActorTest.scala

b/src/test/scala/gr/grnet/aquarium/rest/actor/RESTActorTest.scala
60 60
    
61 61
    // Initialize configuration subsystem
62 62
    val aquarium = Aquarium.Instance
63
    aquarium.startServices()
63
    aquarium.start()
64 64
    val port = aquarium.props.getInt(Aquarium.Keys.rest_port).getOr(
65 65
      throw new AquariumException("No %s specified in aquarium properties".format(Aquarium.Keys.rest_port)))
66 66
    val dialog = SprayHttpDialog("localhost", port)
......
85 85
      }
86 86
    }
87 87

  
88
    aquarium.stopServicesWithDelay(1000)
88
    aquarium.stopWithDelay(1000)
89 89
  }
90 90
}

Also available in: Unified diff