From 8ab73fa76b99195a2422841e43f9e219e9fc8462 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Thu, 4 Jan 2018 09:52:37 -0500 Subject: [PATCH] More OpenChange disabling stuff... --- {Tests/Unit => Attic}/Fixtures/bad_hex_and_cr.rtf | 0 {Tests/Unit => Attic}/Fixtures/cyr_event_ru_editor.rtf | 0 {Tests/Unit => Attic}/Fixtures/escapes.rtf | 0 {Tests/Unit => Attic}/Fixtures/mini_russian.rtf | 0 {Tests/Unit => Attic}/Fixtures/spanish_accents.rtf | 0 {Tests/Unit => Attic}/Fixtures/zentyal_crash_2058.rtf | 0 {Tests/Unit => Attic}/Fixtures/zentyal_crash_2089.rtf | 0 {Tests/Unit => Attic}/Fixtures/zentyal_crash_6330.rtf | 0 {Tests/Unit => Attic}/Fixtures/zentyal_crash_8346.rtf | 0 {Tests/Unit => Attic}/TestRTFHandler.m | 0 Tests/Unit/GNUmakefile | 2 -- 11 files changed, 2 deletions(-) rename {Tests/Unit => Attic}/Fixtures/bad_hex_and_cr.rtf (100%) rename {Tests/Unit => Attic}/Fixtures/cyr_event_ru_editor.rtf (100%) rename {Tests/Unit => Attic}/Fixtures/escapes.rtf (100%) rename {Tests/Unit => Attic}/Fixtures/mini_russian.rtf (100%) rename {Tests/Unit => Attic}/Fixtures/spanish_accents.rtf (100%) rename {Tests/Unit => Attic}/Fixtures/zentyal_crash_2058.rtf (100%) rename {Tests/Unit => Attic}/Fixtures/zentyal_crash_2089.rtf (100%) rename {Tests/Unit => Attic}/Fixtures/zentyal_crash_6330.rtf (100%) rename {Tests/Unit => Attic}/Fixtures/zentyal_crash_8346.rtf (100%) rename {Tests/Unit => Attic}/TestRTFHandler.m (100%) diff --git a/Tests/Unit/Fixtures/bad_hex_and_cr.rtf b/Attic/Fixtures/bad_hex_and_cr.rtf similarity index 100% rename from Tests/Unit/Fixtures/bad_hex_and_cr.rtf rename to Attic/Fixtures/bad_hex_and_cr.rtf diff --git a/Tests/Unit/Fixtures/cyr_event_ru_editor.rtf b/Attic/Fixtures/cyr_event_ru_editor.rtf similarity index 100% rename from Tests/Unit/Fixtures/cyr_event_ru_editor.rtf rename to Attic/Fixtures/cyr_event_ru_editor.rtf diff --git a/Tests/Unit/Fixtures/escapes.rtf b/Attic/Fixtures/escapes.rtf similarity index 100% rename from Tests/Unit/Fixtures/escapes.rtf rename to Attic/Fixtures/escapes.rtf diff --git a/Tests/Unit/Fixtures/mini_russian.rtf b/Attic/Fixtures/mini_russian.rtf similarity index 100% rename from Tests/Unit/Fixtures/mini_russian.rtf rename to Attic/Fixtures/mini_russian.rtf diff --git a/Tests/Unit/Fixtures/spanish_accents.rtf b/Attic/Fixtures/spanish_accents.rtf similarity index 100% rename from Tests/Unit/Fixtures/spanish_accents.rtf rename to Attic/Fixtures/spanish_accents.rtf diff --git a/Tests/Unit/Fixtures/zentyal_crash_2058.rtf b/Attic/Fixtures/zentyal_crash_2058.rtf similarity index 100% rename from Tests/Unit/Fixtures/zentyal_crash_2058.rtf rename to Attic/Fixtures/zentyal_crash_2058.rtf diff --git a/Tests/Unit/Fixtures/zentyal_crash_2089.rtf b/Attic/Fixtures/zentyal_crash_2089.rtf similarity index 100% rename from Tests/Unit/Fixtures/zentyal_crash_2089.rtf rename to Attic/Fixtures/zentyal_crash_2089.rtf diff --git a/Tests/Unit/Fixtures/zentyal_crash_6330.rtf b/Attic/Fixtures/zentyal_crash_6330.rtf similarity index 100% rename from Tests/Unit/Fixtures/zentyal_crash_6330.rtf rename to Attic/Fixtures/zentyal_crash_6330.rtf diff --git a/Tests/Unit/Fixtures/zentyal_crash_8346.rtf b/Attic/Fixtures/zentyal_crash_8346.rtf similarity index 100% rename from Tests/Unit/Fixtures/zentyal_crash_8346.rtf rename to Attic/Fixtures/zentyal_crash_8346.rtf diff --git a/Tests/Unit/TestRTFHandler.m b/Attic/TestRTFHandler.m similarity index 100% rename from Tests/Unit/TestRTFHandler.m rename to Attic/TestRTFHandler.m diff --git a/Tests/Unit/GNUmakefile b/Tests/Unit/GNUmakefile index 5b5bc82b1..1ed058ba1 100644 --- a/Tests/Unit/GNUmakefile +++ b/Tests/Unit/GNUmakefile @@ -32,8 +32,6 @@ $(TEST_TOOL)_OBJC_FILES += \ TestNSString+Utilities.m \ TestNGMailAddressParser.m \ \ - TestRTFHandler.m \ - ../../OpenChange/RTFHandler.m # I don't know how to link against -l:SOGoBackend \ undefined reference to `__objc_class_name_SOGoMailFolder'