fixed issue 964, thanks Jonathan

This commit is contained in:
mdipierro
2012-09-09 09:20:45 -05:00
parent ebcd7a16a9
commit 97bcdfd73a
7 changed files with 19 additions and 10 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Unit tests for gluon.sql
Unit tests for gluon.dal
"""
import sys
@@ -424,7 +424,7 @@ class TestMinMaxSum(unittest.TestCase):
class TestCache(unittest.TestCase):
def testRun(self):
from gluon.cache import CacheInRam
from cache import CacheInRam
cache = CacheInRam()
db = DAL('sqlite:memory:')
db.define_table('t', Field('a'))