Index: trunk/psLib/test/imageops/Makefile.am
===================================================================
--- trunk/psLib/test/imageops/Makefile.am	(revision 6204)
+++ trunk/psLib/test/imageops/Makefile.am	(revision 6226)
@@ -12,5 +12,6 @@
 	tst_psImageStats \
 	tst_psImageStructManip \
-    tst_psImageMaskOps
+	tst_psImageSmooth \
+        tst_psImageMaskOps
 
 tst_psImageConvolve_SOURCES =  tst_psImageConvolve.c
@@ -21,4 +22,5 @@
 tst_psImageStats_SOURCES =  tst_psImageStats.c
 tst_psImageStructManip_SOURCES =  tst_psImageStructManip.c
+tst_psImageSmooth_SOURCES =  tst_psImageSmooth.c
 tst_psImageMaskOps_SOURCES = tst_psImageMaskOps.c
 
Index: trunk/psLib/test/imageops/verified/tst_psImageSmooth.stderr
===================================================================
--- trunk/psLib/test/imageops/verified/tst_psImageSmooth.stderr	(revision 6226)
+++ trunk/psLib/test/imageops/verified/tst_psImageSmooth.stderr	(revision 6226)
@@ -0,0 +1,13 @@
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psImageSmooth.c                                        *
+*            TestPoint: psImage{psImageSmooth}                                     *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<HOST>|E|psImageSmooth (FILE:LINENO)
+    Specified psImage type, psS32, is not supported.
+<HOST>|E|psImageSmooth (FILE:LINENO)
+    Unallowable operation: psImage image or its data is NULL.
+
+---> TESTPOINT PASSED (psImage{psImageSmooth} | tst_psImageSmooth.c)
+
Index: trunk/psLib/test/imageops/verified/tst_psImageSmooth.stdout
===================================================================
--- trunk/psLib/test/imageops/verified/tst_psImageSmooth.stdout	(revision 6226)
+++ trunk/psLib/test/imageops/verified/tst_psImageSmooth.stdout	(revision 6226)
@@ -0,0 +1,84 @@
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psImageSmooth.c                                        *
+*            TestPoint: psImageConvolve.c{Image Smoothing Routine}                 *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+This test should generate TRUE.
+        using a psF32 image
+	20 columns
+	20 rows
+	sigma is 1.00
+	Nsigma is 5.00
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psImageSmooth.c                                        *
+*            TestPoint: psImageConvolve.c{Image Smoothing Routine}                 *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+This test should generate TRUE.
+        using a psF32 image
+	1 columns
+	20 rows
+	sigma is 1.00
+	Nsigma is 5.00
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psImageSmooth.c                                        *
+*            TestPoint: psImageConvolve.c{Image Smoothing Routine}                 *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+This test should generate TRUE.
+        using a psF32 image
+	20 columns
+	1 rows
+	sigma is 1.00
+	Nsigma is 5.00
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psImageSmooth.c                                        *
+*            TestPoint: psImageConvolve.c{Image Smoothing Routine}                 *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+This test should generate TRUE.
+        using a psF32 image
+	1 columns
+	1 rows
+	sigma is 1.00
+	Nsigma is 5.00
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psImageSmooth.c                                        *
+*            TestPoint: psImageConvolve.c{Image Smoothing Routine}                 *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+This test should generate TRUE.
+        using a psF64 image
+	20 columns
+	20 rows
+	sigma is 1.00
+	Nsigma is 5.00
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psImageSmooth.c                                        *
+*            TestPoint: psImageConvolve.c{Image Smoothing Routine}                 *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+This test should generate FALSE.
+        using a psS32 image
+	20 columns
+	20 rows
+	sigma is 1.00
+	Nsigma is 5.00
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psImageSmooth.c                                        *
+*            TestPoint: psImageConvolve.c{Image Smoothing Routine}                 *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+This test should generate FALSE.
+        using a NULL image
+	20 columns
+	20 rows
+	sigma is 1.00
+	Nsigma is 5.00
