Ignore:
Timestamp:
Oct 21, 2010, 1:55:10 PM (13 years ago)
Author:
gav
Message:

Small correction in HqlBuilderTests?, remove stale debug arg.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/net/kromhouts/HqlBuilderTests.groovy

    r697 r698  
    461461
    462462    void testInsertInto() {
    463         def q = new HqlBuilder(debug:true).query {
     463        def q = new HqlBuilder().query {
    464464            insert 'into ArchiveBook (id, name)'
    465465            select 'b.id',
Note: See TracChangeset for help on using the changeset viewer.