From 348efa7d036e41018083a1dfb500cffe59f2eb7c Mon Sep 17 00:00:00 2001
From: Alexander Grayver <agrayver@erdw.ethz.ch>
Date: Wed, 13 Aug 2014 18:11:31 +0200
Subject: [PATCH] Fix test for project_boundary_values_curl_conforming

---
 tests/deal.II/project_bv_curl_conf_02.cc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/deal.II/project_bv_curl_conf_02.cc b/tests/deal.II/project_bv_curl_conf_02.cc
index b150d068af..478c207534 100755
--- a/tests/deal.II/project_bv_curl_conf_02.cc
+++ b/tests/deal.II/project_bv_curl_conf_02.cc
@@ -109,7 +109,10 @@ void test(unsigned order)
     }
   }
   else
+  {
     deallog << "Failed" << std::endl;
+    return;
+  }
 
   deallog << "OK" << std::endl;
 }
-- 
2.39.5