aboutsummaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorGravatar thomasvl@gmail.com <thomasvl@gmail.com@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-01-30 15:17:34 +0000
committerGravatar thomasvl@gmail.com <thomasvl@gmail.com@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-01-30 15:17:34 +0000
commit2ae297214778005d95354f207753180edca51ec4 (patch)
tree137e6628c4b905693478e0f20f4912788e0a266e /ReleaseNotes.txt
parentba7d45cf8c3b1938a51a9b3580919c61bf750f9d (diff)
- Added simple accessor to get the number of tests that pass/fail from the
iphone test delegate, should make it easy for any app driving tests to check the results for anything they need to do. - If the iPhone unittesting support is exiting when done, it now properly sets the exit code based on test success/failure.
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 993c885..d7e34b3 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -221,6 +221,9 @@ Changes since 1.5.1
- GTMNSWorkspace+Running gives a variety of ways of determining the attributes
of running processes.
+- If the iPhone unittesting support is exiting when done, it now properly sets
+ the exit code based on test success/failure.
+
Release 1.5.1
Changes since 1.5.0