added test
authorchrislovsund@netbeans.org
Mon, 19 Aug 2013 14:00:24 +0200
changeset 468935db75997f7
parent 467 7058b7e51825
child 469 d2bb0c38e112
added test
EADS-4033 - make tests pass
PLSQL/Execution/test/unit/src/org/netbeans/modules/plsql/execution/TestRecordPlayer.java
     1.1 --- a/PLSQL/Execution/test/unit/src/org/netbeans/modules/plsql/execution/TestRecordPlayer.java	Thu Aug 15 11:11:42 2013 +0200
     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);