|
@@ -671,7 +671,7 @@ Doing tests by hand each time you run a program is a tiresome task. In the previ
|
671
|
671
|
|
672
|
672
|
1. In the QtCreator menu, go to `Build` and select `Clean Project "Testing"`. Then go to `File` and select `Close Project "Testing"`.
|
673
|
673
|
|
674
|
|
-2. Load the `UnitTests` project onto QtCreator by double clicking the `UnitTests.pro` file in the `Documents/eip/Testing` directory on your computer. If you downloaded the `Testing` directory in Exercise 2, the `UnitTests` directory should inside `Testing`.
|
|
674
|
+2. Load the `UnitTests` project onto QtCreator by double clicking the `UnitTests.pro` file in the `Documents/eip/Testing` directory on your computer. If you downloaded the `Testing` directory in Exercise 2, the `UnitTests` directory should be inside `Testing`.
|
675
|
675
|
|
676
|
676
|
3. The project only contains the source code file `main.cpp`. This file contains four functions: `fact`, `isALetter`, `isValidTime`, and `gcd`, whose results are only partially correct.
|
677
|
677
|
|