From 54cd84221662433fbf73f13ab91f0e5d89a58fef Mon Sep 17 00:00:00 2001 From: Konrad Malawski Date: Thu, 3 Dec 2015 15:11:15 +0100 Subject: [PATCH] =htc remove while text color (because jenkins) --- .../scala/akka/http/impl/engine/ws/WSClientAutobahnTest.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/akka-http-core/src/test/scala/akka/http/impl/engine/ws/WSClientAutobahnTest.scala b/akka-http-core/src/test/scala/akka/http/impl/engine/ws/WSClientAutobahnTest.scala index 276c50ce61..db24b0993e 100644 --- a/akka-http-core/src/test/scala/akka/http/impl/engine/ws/WSClientAutobahnTest.scala +++ b/akka-http-core/src/test/scala/akka/http/impl/engine/ws/WSClientAutobahnTest.scala @@ -139,7 +139,7 @@ object WSClientAutobahnTest extends App { println("Not OK tests: ") println() results.filterNot(_.status.behavior == "OK").foreach { r ⇒ - println(f"$RED${r.status.behavior}%-20s$RESET $YELLOW${r.info.id}%-7s$RESET - $WHITE${r.info.description}$RESET") + println(f"$RED${r.status.behavior}%-20s$RESET $YELLOW${r.info.id}%-7s$RESET - $RESET${r.info.description}") } () @@ -224,4 +224,4 @@ object WSClientAutobahnTest extends App { import DefaultJsonProtocol._ implicit def caseInfoFormat: JsonFormat[CaseInfo] = jsonFormat2(CaseInfo.apply) } -} \ No newline at end of file +}