From 42ad66b032cf27d1ae13878ac9f7473c0e20605f Mon Sep 17 00:00:00 2001 From: stleary Date: Sat, 21 Mar 2015 13:19:32 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1837be9..0dd42ba 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ When you start working on a test, add the empty file to the repository, so that A unit test is considered complete when the coverage is >= 90% as measured by EclEmma. -| Test file name | Coverage | Comments +| Test file name | Coverage | Comments | | ------------- | ------------- | -| CookieTest.java | 97.5% | Completed -| PropertyTest.java | 94.8% | Completed +| CookieTest.java | 97.5% | Completed | +| PropertyTest.java | 94.8% | Completed | | CDLTest.java | 94.8% | Relies too much on string tests, needs to be reworked Completed tests: