File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/simpletest/resources/scripts/validationTest Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ var testFunctions = [
4949
5050 function ( ) //testResults[3]
5151 {
52- testResults [ testResults . length ] = LABKEY . Query . executeSql ( { schemaName : schemaName , sort : "Date" , sql : "select audit. Date from audit " } ) ;
52+ testResults [ testResults . length ] = LABKEY . Query . executeSql ( { schemaName : schemaName , sort : "Date" , sql : "select Date from UserAuditEvent " } ) ;
5353 executeNext ( ) ;
5454 } ,
5555
@@ -100,7 +100,7 @@ var testFunctions = [
100100 if ( ! testResults [ 0 ] . rowsAffected || testResults [ 0 ] . rowsAffected != 1 )
101101 errors [ errors . length ] = new Error ( "Query.insertRows() = " + Ext . util . JSON . encode ( testResults [ 0 ] ) ) ;
102102
103- if ( ! testResults [ 1 ] . rows || testResults [ 1 ] . rows . length != 1 )
103+ if ( ! testResults [ 1 ] . rows || testResults [ 1 ] . rows . length != 1 )
104104 errors [ errors . length ] = new Error ( "Query.selectRows() = " + Ext . util . JSON . encode ( testResults [ 1 ] ) ) ;
105105
106106 if ( ! testResults [ 2 ] . exception )
You can’t perform that action at this time.
0 commit comments