ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/tools/edi.git/commit/?id=ad09746452b83c3305019585fab2498c575cd7f3

commit ad09746452b83c3305019585fab2498c575cd7f3
Author: Andy Williams <[email protected]>
Date:   Fri Jul 7 03:16:43 2017 +0100

    tests: we removed c++ syntax - don't test for it
---
 src/tests/edi_test_content_provider.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/tests/edi_test_content_provider.c 
b/src/tests/edi_test_content_provider.c
index 1b1c6f0..d2610d2 100644
--- a/src/tests/edi_test_content_provider.c
+++ b/src/tests/edi_test_content_provider.c
@@ -70,20 +70,20 @@ START_TEST (edi_test_content_provider_c_files)
    _edi_test_content_provider_type_assert("text/x-chdr", "code");
 }
 END_TEST
-
+/*
 START_TEST (edi_test_content_provider_cpp_files)
 {
    _edi_test_content_provider_type_assert("text/x-c++src", "code");
    _edi_test_content_provider_type_assert("text/x-c++hdr", "code");
 }
 END_TEST
-
+*/
 void edi_test_content_provider(TCase *tc)
 {
    tcase_add_test(tc, edi_test_content_provider_id_lookup);
    tcase_add_test(tc, edi_test_content_provider_mime_lookup);
    tcase_add_test(tc, edi_test_content_provider_text_files);
    tcase_add_test(tc, edi_test_content_provider_c_files);
-   tcase_add_test(tc, edi_test_content_provider_cpp_files);
+//   tcase_add_test(tc, edi_test_content_provider_cpp_files);
 }
 

-- 


Reply via email to