Index: /trunk/psLib/test/collections/verified/tst_psBitSet_01.stdout
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psBitSet_01.stdout	(revision 990)
+++ /trunk/psLib/test/collections/verified/tst_psBitSet_01.stdout	(revision 991)
@@ -13,24 +13,96 @@
 /----------------------------- TESTPOINT ------------------------------------------\
 |             TestFile: tst_psBitSet_01.c                                          |
-|            TestPoint: psBitSet{Set single bit}                                   |
+|            TestPoint: psBitSet{Set bits}                                         |
 |             TestType: Positive                                                   |
 \----------------------------------------------------------------------------------/
 
+Setting first bit...
 Setting third bit...
-000000000000000000000100ïŸ­Þ
+Setting last bit...
+100000000000000000000101ïŸ­Þ
 
 
----> TESTPOINT PASSED (psBitSet{Set single bit} | tst_psBitSet_01.c)
+---> TESTPOINT PASSED (psBitSet{Set bits} | tst_psBitSet_01.c)
 
 /----------------------------- TESTPOINT ------------------------------------------\
 |             TestFile: tst_psBitSet_01.c                                          |
-|            TestPoint: psBitSet{Test single bit}                                  |
+|            TestPoint: psBitSet{Test bits}                                        |
 |             TestType: Positive                                                   |
 \----------------------------------------------------------------------------------/
 
+Testing first bit...
+Result: 1
 Testing third bit...
 Result: 1
+Testing last bit...
+Result: 1
 
----> TESTPOINT PASSED (psBitSet{Test single bit} | tst_psBitSet_01.c)
+---> TESTPOINT PASSED (psBitSet{Test bits} | tst_psBitSet_01.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psBitSet_01.c                                          |
+|            TestPoint: psBitSet{Attempt to test negative bit}                     |
+|             TestType: Negative                                                   |
+|    ExpectedErrorText: Bit position too small: -4                                 |
+|  ExpectedStatusValue: 0                                                          |
+\----------------------------------------------------------------------------------/
+
+
+---> TESTPOINT PASSED (psBitSet{Attempt to test negative bit} | tst_psBitSet_01.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psBitSet_01.c                                          |
+|            TestPoint: psBitSet{Attempt to test bit to large}                     |
+|             TestType: Negative                                                   |
+|    ExpectedErrorText: Bit position too large: 200                                |
+|  ExpectedStatusValue: 0                                                          |
+\----------------------------------------------------------------------------------/
+
+
+---> TESTPOINT PASSED (psBitSet{Attempt to test bit to large} | tst_psBitSet_01.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psBitSet_01.c                                          |
+|            TestPoint: psBitSet{Attempt to test bit in null BitSet}               |
+|             TestType: Negative                                                   |
+|    ExpectedErrorText: Null psBitSet for inBitSet argument                        |
+|  ExpectedStatusValue: 0                                                          |
+\----------------------------------------------------------------------------------/
+
+
+---> TESTPOINT PASSED (psBitSet{Attempt to test bit in null BitSet} | tst_psBitSet_01.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psBitSet_01.c                                          |
+|            TestPoint: psBitSet{Attempt to set negative bit}                      |
+|             TestType: Negative                                                   |
+|    ExpectedErrorText: Bit position too small: -4                                 |
+|  ExpectedStatusValue: 0                                                          |
+\----------------------------------------------------------------------------------/
+
+
+---> TESTPOINT PASSED (psBitSet{Attempt to set negative bit} | tst_psBitSet_01.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psBitSet_01.c                                          |
+|            TestPoint: psBitSet{Attempt to set bit to large}                      |
+|             TestType: Negative                                                   |
+|    ExpectedErrorText: Bit position too large: 200                                |
+|  ExpectedStatusValue: 0                                                          |
+\----------------------------------------------------------------------------------/
+
+
+---> TESTPOINT PASSED (psBitSet{Attempt to set bit to large} | tst_psBitSet_01.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psBitSet_01.c                                          |
+|            TestPoint: psBitSet{Attempt to set bit in null BitSet}                |
+|             TestType: Negative                                                   |
+|    ExpectedErrorText: Null psBitSet for inBitSet argument                        |
+|  ExpectedStatusValue: 0                                                          |
+\----------------------------------------------------------------------------------/
+
+
+---> TESTPOINT PASSED (psBitSet{Attempt to set bit in null BitSet} | tst_psBitSet_01.c)
 
 /----------------------------- TESTPOINT ------------------------------------------\
