From b39526c27c44302c34fce26163919a0c4c7aecd3 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 26 Mar 2018 19:55:23 +0000 Subject: URL dispatcher support: Build phone code, even if URL dispatcher is unavailable. --- tests/test-formatter.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/test-formatter.cpp') diff --git a/tests/test-formatter.cpp b/tests/test-formatter.cpp index 4436ed1..855d4c5 100644 --- a/tests/test-formatter.cpp +++ b/tests/test-formatter.cpp @@ -84,7 +84,6 @@ class FormatterFixture: public GlibFixture }; -#ifdef HAS_URLDISPATCHER /** * Test the phone header format */ @@ -109,7 +108,6 @@ TEST_F(FormatterFixture, TestPhoneHeader) EXPECT_EQ(std::string(" 6:30 PM"), formatter.header.get()); } } -#endif #define EM_SPACE "\u2003" -- cgit v1.2.3