Commit ca6b73f7 authored by Matthew Dawson's avatar Matthew Dawson
Browse files

In the smtlib grid generator test, don't mention cvc3.

Due to some copy+paste errors, cvc3 was mentioned in smtlib test code.  Rename
the references as appropriate.

git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/branches/TableTool_javization@10664 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
parent e099404a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,9 +35,9 @@ import static org.junit.Assert.assertEquals;
@RunWith(JUnit4.class)
public class HierarchicalGridSMTLIBGeneratorTest {

    // Exercise the cvc3 generator using a table designed in matlab.
    // Exercise the smtlib generator using a table designed in matlab.
    @Test
    public void exerciseCVC3Generator() {
    public void exerciseSMTLIBGenerator() {
        HierarchicalGrid grid = new HierarchicalGrid();
        List<HierarchicalCell> topCells = grid.getSubHiearchy();