home *** CD-ROM | disk | FTP | other *** search
- //
- // StringTestCompat.m -- test out the String class' Compatability category
- // Written by Don Yacktman (c) 1994 by Don Yacktman.
- // Version 1.0. All rights reserved.
- //
- // This notice may not be removed from this source code.
- //
- // This program is included in the MiscKit by permission from the author
- // and its use is governed by the MiscKit license, found in the file
- // "LICENSE.rtf" in the MiscKit distribution. Please refer to that file
- // for a list of all applicable permissions and restrictions.
- //
-
- void testMiscStringCompat()
- {
- printf("***** Testing MiscStringCompat category\n");
-
- // Test MiscStringCompat.m methods:
- // No test is currently performed since these are wrappers for
- // existing methods. Really, I ought to test them, and eventually
- // I hope to write this section, but for now we'll leave it empty.
- printf("There is currently no test for the compatability methods.\n");
- }
-
-