Revision e09c1fa0 htest/Test/Ganeti/Query/Language.hs

b/htest/Test/Ganeti/Query/Language.hs
27 27
-}
28 28

  
29 29
module Test.Ganeti.Query.Language
30
  ( testQlang
30
  ( testQuery_Language
31 31
  , genFilter
32 32
  ) where
33 33

  
......
92 92
    (J.readJSON (J.showJSON rex) ==? J.Ok rex) .&&.
93 93
  printTestCase "failed read/show instances" (read (show rex) ==? rex)
94 94

  
95
testSuite "Qlang"
95
testSuite "Query/Language"
96 96
  [ 'prop_Serialisation
97 97
  , 'prop_FilterRegex_instances
98 98
  ]

Also available in: Unified diff