Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Burt Beckwith committed Dec 25, 2012
1 parent 04a7528 commit 75fdf1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -73,6 +73,7 @@
<delete dir='grails-app/utils'/>
<delete dir='grails-app/views'/>
<delete dir='lib'/>
<delete dir='scripts'/>
<delete dir='test/unit'/>
<delete dir='web-app'/>
</target>
Expand Down
@@ -1,14 +1,14 @@
package grails.plugin.lazylob

import org.hibernate.Hibernate;
import org.hibernate.Hibernate

class PersistenceTests extends GroovyTestCase {

def sessionFactory

private String content = 'testing, testing'
private bytes = content.bytes
private name = 'the lob'
private byte[] bytes = content.bytes
private String name = 'the lob'

void testBlobFromBytes() {
def b = new Blobber(name: name)
Expand Down

0 comments on commit 75fdf1f

Please sign in to comment.