[dia] [unit test] SISSI is gone, remove special casing



commit c480644f08a7e9f78ca746c55de6d810d5caa89c
Author: Hans Breuer <hans breuer org>
Date:   Wed Oct 3 12:20:06 2012 +0200

    [unit test] SISSI is gone, remove special casing

 tests/test-objects.c |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/tests/test-objects.c b/tests/test-objects.c
index 7c34aeb..7910f1e 100644
--- a/tests/test-objects.c
+++ b/tests/test-objects.c
@@ -164,7 +164,7 @@ _test_copy (const DiaObjectType *type)
   g_free (oc);
 }
 
-/* samll helper to just throw it away */
+/* small helper to just throw it away */
 static void
 _object_change_free(ObjectChange *change)
 {
@@ -371,11 +371,6 @@ _test_connectionpoint_consistency (const DiaObjectType *type)
     if (cp->directions == DIR_ALL)
       continue; /* may use this as misplaced mainpoint check? */
     if (   strcmp (type->name, "chronogram - reference") == 0
-        || strcmp (type->name, "SISSI - faraday") == 0
-        || strcmp (type->name, "SISSI - sissi_object") == 0
-        || strcmp (type->name, "SISSI - area") == 0
-        || strcmp (type->name, "SISSI - site") == 0
-        || strcmp (type->name, "SISSI - room") == 0
         || strcmp (type->name, "BPMN - Data-Object") == 0
         || strcmp (type->name, "Optics - Scope") == 0
         || strcmp (type->name, "Optics - Spectrum") == 0



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]