PLSQL/Execution/test/unit/src/org/netbeans/modules/plsql/execution/TestRecordPlayer.java
changeset 468 935db75997f7
parent 452 b2411fb23674
     1.1 --- a/PLSQL/Execution/test/unit/src/org/netbeans/modules/plsql/execution/TestRecordPlayer.java	Tue Jul 02 10:38:00 2013 +0530
     1.2 +++ b/PLSQL/Execution/test/unit/src/org/netbeans/modules/plsql/execution/TestRecordPlayer.java	Mon Aug 19 14:00:24 2013 +0200
     1.3 @@ -30,6 +30,10 @@
     1.4          super(name);
     1.5      }
     1.6  
     1.7 +    public void testShouldPassBeforeCommit() {
     1.8 +        assertFalse(recordTestData);
     1.9 +    }
    1.10 +
    1.11      public void processExecutableBLocksBlocks(String plsqlFileName, List<PlsqlExecutableObject> exceutableObjects) throws IOException {
    1.12          List<String> expectedExceutableObjTypes = new ArrayList<String>();
    1.13          populateListOfExceutableObjects(exceutableObjects, expectedExceutableObjTypes);