[mapguide-commits] r9652 - sandbox/jng/catch2/Server/src/UnitTesting

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jul 7 06:33:43 PDT 2020


Author: jng
Date: 2020-07-07 06:33:43 -0700 (Tue, 07 Jul 2020)
New Revision: 9652

Removed:
   sandbox/jng/catch2/Server/src/UnitTesting/TestMisc.h
Log:
Remove TestMisc.h

Deleted: sandbox/jng/catch2/Server/src/UnitTesting/TestMisc.h
===================================================================
--- sandbox/jng/catch2/Server/src/UnitTesting/TestMisc.h	2020-07-07 13:24:42 UTC (rev 9651)
+++ sandbox/jng/catch2/Server/src/UnitTesting/TestMisc.h	2020-07-07 13:33:43 UTC (rev 9652)
@@ -1,70 +0,0 @@
-//
-//  Copyright (C) 2004-2011 by Autodesk, Inc.
-//
-//  This library is free software; you can redistribute it and/or
-//  modify it under the terms of version 2.1 of the GNU Lesser
-//  General Public License as published by the Free Software Foundation.
-//
-//  This library is distributed in the hope that it will be useful,
-//  but WITHOUT ANY WARRANTY; without even the implied warranty of
-//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-//  Lesser General Public License for more details.
-//
-//  You should have received a copy of the GNU Lesser General Public
-//  License along with this library; if not, write to the Free Software
-//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-//
-
-#ifndef _TESTTILESERVICE_H
-#define _TESTTILESERVICE_H
-
-#include <cppunit/extensions/HelperMacros.h>
-
-class TestMisc : public CppUnit::TestFixture
-{
-    CPPUNIT_TEST_SUITE(TestMisc);
-    CPPUNIT_TEST(TestStart); // This must be the very first unit test
-
-    CPPUNIT_TEST(TestCase_CommonExceptionMessages);
-    CPPUNIT_TEST(TestCase_611);
-    CPPUNIT_TEST(TestCase_833);
-    CPPUNIT_TEST(TestCase_1304);
-    CPPUNIT_TEST(TestCase_MapLayerCollections);
-    CPPUNIT_TEST(TestCase_ApiVersionCheck);
-    CPPUNIT_TEST(TestCase_DoubleToStringWithDecimals);
-    CPPUNIT_TEST(TestCase_TryParseDouble);
-    CPPUNIT_TEST(TestCase_BadResourceIdentifier);
-    CPPUNIT_TEST(TestCase_ThreadSafeConfiguration);
-    CPPUNIT_TEST(TestCase_LineBuffer_Conversion);
-
-    CPPUNIT_TEST(TestEnd); // This must be the very last unit test
-    CPPUNIT_TEST_SUITE_END();
-
-public:
-    TestMisc();
-    ~TestMisc();
-
-    void setUp();
-    void tearDown();
-    void TestStart();
-    void TestEnd();
-
-    void TestCase_CommonExceptionMessages();
-    void TestCase_611();
-    void TestCase_833();
-    void TestCase_1304();
-    void TestCase_MapLayerCollections();
-    void TestCase_CreateMapWithInitialDisplayParams();
-    void TestCase_ApiVersionCheck();
-    void TestCase_DoubleToStringWithDecimals();
-    void TestCase_TryParseDouble();
-    void TestCase_BadResourceIdentifier();
-    void TestCase_ThreadSafeConfiguration();
-    void TestCase_LineBuffer_Conversion();
-
-private:
-    Ptr<MgSiteConnection> m_siteConnection;
-    Ptr<MgResourceService> m_svcResource;
-};
-
-#endif



More information about the mapguide-commits mailing list