Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
These reflect the previous commit.
  • Loading branch information
whart222 committed Mar 16, 2013
1 parent 9b16204 commit a560e7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ MyTestSuite.h:

# g++ -o main tests.cpp
# ./main
Running 1 test(s).OK!
Running cxxtest tests (1 test).OK!

2 changes: 1 addition & 1 deletion doc/examples/buildRunner.log
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Running 1 test.OK!
Running cxxtest tests (1 test).OK!
2 changes: 1 addition & 1 deletion doc/examples/buildRunner2.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Running 2 tests.
Running cxxtest tests (2 tests).
In MyTestSuite2::testMultiplication:
/Users/wehart/home/mac/src/cxxtest/doc/examples/MyTestSuite2.h:16: Error: Expected (2 * 2 == 5), found (4 != 5)
Failed 1 and Skipped 0 of 2 tests
Expand Down

0 comments on commit a560e7a

Please sign in to comment.