From 53cbe74d839ccbd30ef47180d21d87aaf9706e8c Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 6 Jun 2014 10:01:26 +0100 Subject: [PATCH] Disable HornetQ by default for testing --- .../src/test/resources/application.properties | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/spring-boot-autoconfigure/src/test/resources/application.properties b/spring-boot-autoconfigure/src/test/resources/application.properties index c15c79e471..45e92c5f8e 100644 --- a/spring-boot-autoconfigure/src/test/resources/application.properties +++ b/spring-boot-autoconfigure/src/test/resources/application.properties @@ -1,7 +1,8 @@ foo: bucket -spring.social.facebook.appId=fbid -spring.social.facebook.appSecret=fbsecret -spring.social.twitter.appId=twid -spring.social.twitter.appSecret=twsecret -spring.social.linkedin.appId=liid -spring.social.linkedin.appSecret=lisecret \ No newline at end of file +spring.social.facebook.appId: fbid +spring.social.facebook.appSecret: fbsecret +spring.social.twitter.appId: twid +spring.social.twitter.appSecret: twsecret +spring.social.linkedin.appId: liid +spring.social.linkedin.appSecret: lisecret +spring.hornetq.embedded.enabled: false \ No newline at end of file