home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / MiscKit1.2.6 / Examples / MiscString / StringTestCompat.m < prev    next >
Encoding:
Text File  |  1994-01-15  |  915 b   |  25 lines

  1. //
  2. // StringTestCompat.m -- test out the String class' Compatability category
  3. //        Written by Don Yacktman (c) 1994 by Don Yacktman.
  4. //                Version 1.0.  All rights reserved.
  5. //
  6. //        This notice may not be removed from this source code.
  7. //
  8. //    This program is included in the MiscKit by permission from the author
  9. //    and its use is governed by the MiscKit license, found in the file
  10. //    "LICENSE.rtf" in the MiscKit distribution.  Please refer to that file
  11. //    for a list of all applicable permissions and restrictions.
  12. //    
  13.  
  14. void testMiscStringCompat()
  15. {
  16.     printf("***** Testing MiscStringCompat category\n");
  17.  
  18. // Test MiscStringCompat.m methods:
  19.     // No test is currently performed since these are wrappers for
  20.     // existing methods.  Really, I ought to test them, and eventually
  21.     // I hope to write this section, but for now we'll leave it empty.
  22.     printf("There is currently no test for the compatability methods.\n");
  23. }
  24.  
  25.