Index: trunk/psModules/test/objects/tap_pmSourceIO_PS1_DEV_1.c
===================================================================
--- trunk/psModules/test/objects/tap_pmSourceIO_PS1_DEV_1.c	(revision 24851)
+++ trunk/psModules/test/objects/tap_pmSourceIO_PS1_DEV_1.c	(revision 24852)
@@ -48,5 +48,5 @@
         psMetadata *tableHeader = psMetadataAlloc();
         psString extname = psStringCopy("ext");
-        bool rc = pmSourcesWrite_PS1_DEV_1(NULL, sources, imageHeader, tableHeader, extname, NULL);
+        bool rc = pmSourcesWrite_PS1_DEV_1(NULL, sources, imageHeader, tableHeader, extname);
         ok(rc == false, "pmSourcesWrite_PS1_DEV_1() returned FALSE with NULL psFits input parameter");
         psFree(fitsFile);
@@ -72,5 +72,5 @@
         psMetadata *tableHeader = psMetadataAlloc();
         psString extname = psStringCopy("ext");
-        bool rc = pmSourcesWrite_PS1_DEV_1(fitsFile, NULL, imageHeader, tableHeader, extname, NULL);
+        bool rc = pmSourcesWrite_PS1_DEV_1(fitsFile, NULL, imageHeader, tableHeader, extname);
         ok(rc == false, "pmSourcesWrite_PS1_DEV_1() returned FALSE with NULL pmSource input parameter");
         psFree(fitsFile);
@@ -96,5 +96,5 @@
         psMetadata *tableHeader = psMetadataAlloc();
         psString extname = psStringCopy("ext");
-        bool rc = pmSourcesWrite_PS1_DEV_1(fitsFile, sources, imageHeader, tableHeader, NULL, NULL);
+        bool rc = pmSourcesWrite_PS1_DEV_1(fitsFile, sources, imageHeader, tableHeader, NULL);
         ok(rc == false, "pmSourcesWrite_PS1_DEV_1() returned FALSE with NULL extname input parameter");
         psFree(fitsFile);
@@ -216,5 +216,5 @@
         psMetadata *tableHeader = psMetadataAlloc();
         psString extname = psStringCopy("ext");
-        bool rc = pmSourcesWrite_PS1_DEV_1(fitsFile, sources, imageHeader, tableHeader, extname, NULL);
+        bool rc = pmSourcesWrite_PS1_DEV_1(fitsFile, sources, imageHeader, tableHeader, extname);
         ok(rc == true, "pmSourcesWrite_PS1_DEV_1() returned TRUE with acceptable input parameters");
         psFree(fitsFile);
