@@ -174,7 +174,7 @@ describe('42. dataTypeRaw.js', function() {
174174 { autoCommit : true } ,
175175 function ( err , result ) {
176176 should . exist ( err ) ;
177- ( err . message ) . should . startWith ( 'NJS-028' ) ;
177+ ( err . message ) . should . startWith ( 'NJS-028: ' ) ;
178178 // NJS-028: raw database type is not supported with DML Returning statements
179179 done ( ) ;
180180 }
@@ -197,7 +197,7 @@ describe('42. dataTypeRaw.js', function() {
197197 { autoCommit : true } ,
198198 function ( err , result ) {
199199 should . exist ( err ) ;
200- ( err . message ) . should . startWith ( 'NJS-028' ) ;
200+ ( err . message ) . should . startWith ( 'NJS-028: ' ) ;
201201 done ( ) ;
202202 }
203203 ) ;
@@ -219,7 +219,7 @@ describe('42. dataTypeRaw.js', function() {
219219 { autoCommit : true } ,
220220 function ( err , result ) {
221221 should . exist ( err ) ;
222- ( err . message ) . should . startWith ( 'NJS-028' ) ;
222+ ( err . message ) . should . startWith ( 'NJS-028: ' ) ;
223223 done ( ) ;
224224 }
225225 ) ;
@@ -241,7 +241,7 @@ describe('42. dataTypeRaw.js', function() {
241241 { autoCommit : true } ,
242242 function ( err , result ) {
243243 should . exist ( err ) ;
244- ( err . message ) . should . startWith ( 'NJS-028' ) ;
244+ ( err . message ) . should . startWith ( 'NJS-028: ' ) ;
245245 done ( ) ;
246246 }
247247 ) ;
@@ -260,7 +260,7 @@ describe('42. dataTypeRaw.js', function() {
260260 { autoCommit : true } ,
261261 function ( err , result ) {
262262 should . exist ( err ) ;
263- ( err . message ) . should . startWith ( 'NJS-028' ) ;
263+ ( err . message ) . should . startWith ( 'NJS-028: ' ) ;
264264 done ( ) ;
265265 }
266266 ) ;
@@ -279,7 +279,7 @@ describe('42. dataTypeRaw.js', function() {
279279 { autoCommit : true } ,
280280 function ( err , result ) {
281281 should . exist ( err ) ;
282- ( err . message ) . should . startWith ( 'NJS-028' ) ;
282+ ( err . message ) . should . startWith ( 'NJS-028: ' ) ;
283283 done ( ) ;
284284 }
285285 ) ;
0 commit comments