Index: trunk/src/integration-test/groovy/com/lemans/ds/product/ProductFuncSpec.groovy =================================================================== diff -u -r9951 -r9990 --- trunk/src/integration-test/groovy/com/lemans/ds/product/ProductFuncSpec.groovy (.../ProductFuncSpec.groovy) (revision 9951) +++ trunk/src/integration-test/groovy/com/lemans/ds/product/ProductFuncSpec.groovy (.../ProductFuncSpec.groovy) (revision 9990) @@ -8,7 +8,7 @@ @Override String resourceName() { 'product' } - final static int ALL_COLUMNS_SIZE = 30 + final static int ALL_COLUMNS_SIZE = 31 def 'can find a Product'() { given: Index: trunk/src/integration-test/groovy/com/lemans/ds/part/PartFuncSpec.groovy =================================================================== diff -u -r9964 -r9990 --- trunk/src/integration-test/groovy/com/lemans/ds/part/PartFuncSpec.groovy (.../PartFuncSpec.groovy) (revision 9964) +++ trunk/src/integration-test/groovy/com/lemans/ds/part/PartFuncSpec.groovy (.../PartFuncSpec.groovy) (revision 9990) @@ -8,7 +8,7 @@ @Override String resourceName() { 'part' } - final static int ALL_COLUMNS_SIZE = 102 + final static int ALL_COLUMNS_SIZE = 103 final static int SEARCH_COLUMNS_SIZE = PartService.SEARCH_COLUMNSET.size() Index: trunk/src/integration-test/groovy/com/lemans/ds/part/PartPersistenceFuncSpec.groovy =================================================================== diff -u -r9963 -r9990 --- trunk/src/integration-test/groovy/com/lemans/ds/part/PartPersistenceFuncSpec.groovy (.../PartPersistenceFuncSpec.groovy) (revision 9963) +++ trunk/src/integration-test/groovy/com/lemans/ds/part/PartPersistenceFuncSpec.groovy (.../PartPersistenceFuncSpec.groovy) (revision 9990) @@ -8,7 +8,7 @@ @Override String resourceName() { 'part' } - final static int ALL_COLUMNS_SIZE = 102 + final static int ALL_COLUMNS_SIZE = 103 def 'can NOT update a Part that does not exist'() { given: