From ba7b40c05c3d57e8aac9e8e9d6c45fdd6d24ea0b Mon Sep 17 00:00:00 2001 From: Aditya Bhansali <adityab3@illinois.edu> Date: Sat, 7 Nov 2020 16:43:54 -0600 Subject: [PATCH] Cleaned dead code in unit test for preregistration --- .../unit/action/AddPreRegisterPatientActionTest.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/iTrust/test/edu/ncsu/csc/itrust/unit/action/AddPreRegisterPatientActionTest.java b/iTrust/test/edu/ncsu/csc/itrust/unit/action/AddPreRegisterPatientActionTest.java index c5cf609..4e336fd 100644 --- a/iTrust/test/edu/ncsu/csc/itrust/unit/action/AddPreRegisterPatientActionTest.java +++ b/iTrust/test/edu/ncsu/csc/itrust/unit/action/AddPreRegisterPatientActionTest.java @@ -119,11 +119,4 @@ public class AddPreRegisterPatientActionTest extends TestCase { fail("Duplicate email"); } catch (ITrustException e) { } } - - /** - * Check that invalid names are not allowed - */ - public void testPreRegisterPatientInvalidName() throws Exception { - - } } -- GitLab