Show
Ignore:
Timestamp:
09/12/07 13:31:20 (16 months ago)
Author:
uriel
Message:

forgot to change the dbName

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • GearsORM/trunk/tests/test_events.html

    r338 r339  
    1111                <script src="../GearsORM.Transaction.js"></script> 
    1212                <script> 
    13                         GearsORM.dbName = "test.simple1"; 
     13                        GearsORM.dbName = "test.events"; 
    1414                        var Person = new GearsORM.Model({ 
    1515                                name:"Person",