Revision 930401b6

b/logic/src/test/scala/gr/grnet/aquarium/LogicTestsAssumptions.scala
62 62

  
63 63
  private def testPropertyFalse(name: String): Boolean = !testPropertyTrue(name)
64 64

  
65
  val EnableRabbitMQTests = testPropertyFalse(PropertyNames.TestSkipRabbitMQ)
66
  val EnableMongoDBTests  = testPropertyFalse(PropertyNames.TestSkipMongoDB)
65
  val EnableRabbitMQTests = testPropertyTrue(PropertyNames.TestEnableRabbitMQ)
66
  val EnableMongoDBTests  = testPropertyTrue(PropertyNames.TestEnableMongoDB)
67 67
}
b/logic/src/test/scala/gr/grnet/aquarium/PropertyNames.scala
42 42
 */
43 43
object PropertyNames {
44 44
  // Test enabling/disabling
45
  val TestSkipRabbitMQ = "test.skip.rabbitmq"
46
  val TestSkipMongoDB = "test.skip.mongodb"
45
  val TestEnableRabbitMQ = "test.enable.rabbitmq"
46
  val TestEnableMongoDB = "test.enable.mongodb"
47 47

  
48 48
  // Test configuration files used
49 49
  val MongoDBConfFile  = "mongodb.conf.file"

Also available in: Unified diff