Skip to content

Commit

Permalink
Rename AQL stuff in tests to CQL. #146
Browse files Browse the repository at this point in the history
  • Loading branch information
epost committed Aug 5, 2019
1 parent c7257bf commit bbca707
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions test/CQLSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ spec = do
fileContent <- liftIO $ readFile ("examples/Congruence.cql" :: String)
parsed <- pure $ runProg fileContent
isRight parsed `shouldBe` True
it "processes correctly the example file KB.aql" $ do
fileContent <- liftIO $ readFile ("examples/KB.aql" :: String)
it "processes correctly the example file KB.cql" $ do
fileContent <- liftIO $ readFile ("examples/KB.cql" :: String)
parsed <- pure $ runProg fileContent
isRight parsed `shouldBe` True
-- it "processes correctly the example file Petri.aql" $ do
-- fileContent <- liftIO $ readFile ("examples/Petri.aql" :: String)
-- it "processes correctly the example file Petri.cql" $ do
-- fileContent <- liftIO $ readFile ("examples/Petri.cql" :: String)
-- parsed <- pure $ runProg fileContent
-- isRight parsed `shouldBe` True
-- print typesideDom
Expand Down

0 comments on commit bbca707

Please sign in to comment.