# HG changeset patch # User chrislovsund@netbeans.org # Date 1376913624 -7200 # Node ID 935db75997f75053722560183272a81da23b28f8 # Parent 7058b7e518250bed3d5447b47195391c3200c5f0 added test EADS-4033 - make tests pass diff -r 7058b7e51825 -r 935db75997f7 PLSQL/Execution/test/unit/src/org/netbeans/modules/plsql/execution/TestRecordPlayer.java --- a/PLSQL/Execution/test/unit/src/org/netbeans/modules/plsql/execution/TestRecordPlayer.java Thu Aug 15 11:11:42 2013 +0200 +++ b/PLSQL/Execution/test/unit/src/org/netbeans/modules/plsql/execution/TestRecordPlayer.java Mon Aug 19 14:00:24 2013 +0200 @@ -30,6 +30,10 @@ super(name); } + public void testShouldPassBeforeCommit() { + assertFalse(recordTestData); + } + public void processExecutableBLocksBlocks(String plsqlFileName, List exceutableObjects) throws IOException { List expectedExceutableObjTypes = new ArrayList(); populateListOfExceutableObjects(exceutableObjects, expectedExceutableObjTypes);