From e150039261f5dbba8b7ca1948457487033501192 Mon Sep 17 00:00:00 2001 From: stleary Date: Sat, 21 Mar 2015 13:23:49 -0500 Subject: [PATCH] Update README.md --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d41135b..ecb61f6 100644 --- a/README.md +++ b/README.md @@ -21,18 +21,10 @@ When you start working on a test, add the empty file to the repository and updat 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 | | CDLTest.java | 94.8% | Relies too much on string tests, needs to be reworked | - - -Completed tests:
-CDLTest.java
-CookieTest.java
-PropertyTest.java
-In progress:
-XMLTest.java
- +| XMLTest.java | 0% | Just started - stleary |