Changeset 27 for trunk/fmgVen/test


Ignore:
Timestamp:
Jan 16, 2011, 10:00:07 PM (13 years ago)
Author:
fmguler
Message:

Refs #3 - Ven.delete() is converted to the new format. Missing javadocs are entered.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fmgVen/test/com/fmguler/ven/sample/Sample.java

    r26 r27  
    3939public class Sample { 
    4040    public static void main(String[] args) { 
     41        //build the sample database 
    4142        buildDatabase(); 
     43 
     44        //save an object 
    4245        testSave(); 
     46        //delete an object 
     47        testDelete(); 
     48 
     49        //rollback the sample database to original state 
    4350        rollbackDatabase(); 
    4451    } 
Note: See TracChangeset for help on using the changeset viewer.