Index: trunk/psLib/test/sysUtils/atst_psAbort_01.c
===================================================================
--- trunk/psLib/test/sysUtils/atst_psAbort_01.c	(revision 714)
+++ trunk/psLib/test/sysUtils/atst_psAbort_01.c	(revision 717)
@@ -8,11 +8,11 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-04-27 01:44:41 $
+ *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-05-18 19:22:35 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
 
-#include "psLib.h"
+#include "pslib.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/sysUtils/atst_psAbort_02.c
===================================================================
--- trunk/psLib/test/sysUtils/atst_psAbort_02.c	(revision 714)
+++ trunk/psLib/test/sysUtils/atst_psAbort_02.c	(revision 717)
@@ -8,11 +8,11 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-04-27 01:44:41 $
+ *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-05-18 19:22:35 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
 
-#include "psLib.h"
+#include "pslib.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/sysUtils/atst_psAbort_03.c
===================================================================
--- trunk/psLib/test/sysUtils/atst_psAbort_03.c	(revision 714)
+++ trunk/psLib/test/sysUtils/atst_psAbort_03.c	(revision 717)
@@ -8,11 +8,11 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-04-27 01:44:41 $
+ *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-05-18 19:22:35 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
 
-#include "psLib.h"
+#include "pslib.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/sysUtils/tst_psError.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psError.c	(revision 714)
+++ trunk/psLib/test/sysUtils/tst_psError.c	(revision 717)
@@ -10,6 +10,6 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-05-08 02:40:56 $
+ *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-05-18 19:22:35 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -19,5 +19,5 @@
 #include <stdio.h>
 #include <stdlib.h>
-#include "psLib.h"
+#include "pslib.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/sysUtils/tst_psMemory.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psMemory.c	(revision 714)
+++ trunk/psLib/test/sysUtils/tst_psMemory.c	(revision 717)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-05-18 02:34:00 $
+ *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-05-18 19:22:35 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -24,5 +24,5 @@
 
 #include "psTest.h"
-#include "psLib.h"
+#include "pslib.h"
 
 static int TPFreeReferencedMemory(void);
Index: trunk/psLib/test/sysUtils/tst_psString.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psString.c	(revision 714)
+++ trunk/psLib/test/sysUtils/tst_psString.c	(revision 717)
@@ -17,6 +17,6 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-05-10 19:00:49 $
+ *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-05-18 19:22:35 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -25,5 +25,5 @@
 
 #include <string.h>
-#include "psLib.h"
+#include "pslib.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/sysUtils/tst_psStringCopy.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psStringCopy.c	(revision 714)
+++ trunk/psLib/test/sysUtils/tst_psStringCopy.c	(revision 717)
@@ -17,6 +17,6 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-05-10 19:00:49 $
+ *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-05-18 19:22:35 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -25,5 +25,5 @@
 
 #include <string.h>
-#include "psLib.h"
+#include "pslib.h"
 #include "psTest.h"
 
