From c4d7501a7708b446499f6008a407d35a18c950c8 Mon Sep 17 00:00:00 2001
From: Marco Tezzele <marcotez@gmail.com>
Date: Fri, 24 Apr 2015 15:38:06 +0200
Subject: [PATCH] added FE_Bernstein in tests/fe/fe_tools_01.cc

---
 tests/fe/fe_tools_01.cc     | 1 +
 tests/fe/fe_tools_01.output | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/tests/fe/fe_tools_01.cc b/tests/fe/fe_tools_01.cc
index e200f853d4..4de629245f 100644
--- a/tests/fe/fe_tools_01.cc
+++ b/tests/fe/fe_tools_01.cc
@@ -59,6 +59,7 @@ main()
   test_fe<2>("FE_Q<2>(2)");
   test_fe<2>("FE_Q<dim>(2)");
   test_fe<2>("FE_DGQ(1)");
+  test_fe<2>("FE_Bernstein(2)");
   test_fe<2>("FE_RaviartThomas(1)");
   test_fe<2>("FE_Q(QGaussLobatto(3))");
   test_fe<2>("FE_Q(QGaussLobatto(4))");
diff --git a/tests/fe/fe_tools_01.output b/tests/fe/fe_tools_01.output
index 3541bf4dea..900520642f 100644
--- a/tests/fe/fe_tools_01.output
+++ b/tests/fe/fe_tools_01.output
@@ -17,6 +17,8 @@ DEAL::FE_Q<2>(2)
 DEAL::	9	1	1	1	0
 DEAL::FE_DGQ<2>(1)
 DEAL::	4	0	0	4	0
+DEAL::FE_Bernstein<2>(2)
+DEAL::	9	1	1	1	0
 DEAL::FE_RaviartThomas<2>(1)
 DEAL::	12	0	2	4	0
 DEAL::FE_Q<2>(2)
-- 
2.39.5