summaryrefslogtreecommitdiffhomepage
path: root/Test.hs
diff options
context:
space:
mode:
authorGravatar Kazu Yamamoto <kazu@iij.ad.jp>2010-06-09 21:09:55 +0900
committerGravatar Kazu Yamamoto <kazu@iij.ad.jp>2010-06-09 21:09:55 +0900
commitc8537f88c5bafcda2064ea3843470d82c12dee3a (patch)
treebba20668557a3216cb3377f366bd5f258d27c4ae /Test.hs
parentf5ef002e5179a2f25e1821a8db893b14536b3a74 (diff)
cosmetic change.
Diffstat (limited to 'Test.hs')
-rw-r--r--Test.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test.hs b/Test.hs
index 51c08e6..5641d36 100644
--- a/Test.hs
+++ b/Test.hs
@@ -10,8 +10,8 @@ import Test.Framework.Providers.HUnit
import Test.HUnit hiding (Test)
tests :: [Test]
-tests = [
- testGroup "Property Test" [
+tests = [
+ testGroup "Test case" [
testCase "lookupA" test_lookupA
, testCase "lookupAAAA" test_lookupAAAA
, testCase "lookupTXT" test_lookupTXT