浏览代码

README-en.md edited online with Bitbucket

父节点
当前提交
9805d8f0f0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      README-en.md

+ 2
- 2
README-en.md 查看文件

@@ -313,9 +313,9 @@ Doing tests by hand each time you run a program is a tiresome task. In the previ
313 313
 
314 314
 ####Instructions:
315 315
 
316
-1. In the QtCreator menu, go to `Build` and select `Clean Project "Testing"`. Then go to `File` and select `Close Project "Testing"`.
316
+1. In the `QtCreator` menu, go to `Build` and select `Clean Project "Testing"`. Then go to `File` and select `Close Project "Testing"`.
317 317
 
318
-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`.
318
+2. Load the project  `UnitTests` into `QtCreator` by double clicking the `UnitTests.pro` file. This file is also included in the `testing-testing` folder.
319 319
 
320 320
 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.
321 321