From d9c61aa095e15af7feafdcef45af13b74899ee4b Mon Sep 17 00:00:00 2001
From: Mike Bailey <jmbailey@nps.edu>
Date: Wed, 21 Aug 2019 15:44:55 -0700
Subject: [PATCH] committed by mistake

---
 .../edu/nps/moves/dis7/NewEmptyJUnitTest.java | 51 -------------------
 1 file changed, 51 deletions(-)
 delete mode 100644 test/edu/nps/moves/dis7/NewEmptyJUnitTest.java

diff --git a/test/edu/nps/moves/dis7/NewEmptyJUnitTest.java b/test/edu/nps/moves/dis7/NewEmptyJUnitTest.java
deleted file mode 100644
index f884b5f09c..0000000000
--- a/test/edu/nps/moves/dis7/NewEmptyJUnitTest.java
+++ /dev/null
@@ -1,51 +0,0 @@
-/*
- * To change this license header, choose License Headers in Project Properties.
- * To change this template file, choose Tools | Templates
- * and open the template in the editor.
- */
-package edu.nps.moves.dis7;
-
-import org.junit.jupiter.api.AfterEach;
-import org.junit.jupiter.api.AfterAll;
-import org.junit.jupiter.api.BeforeEach;
-import org.junit.jupiter.api.BeforeAll;
-import org.junit.jupiter.api.Test;
-import static org.junit.jupiter.api.Assertions.*;
-
-/**
- *
- * @author mike
- */
-public class NewEmptyJUnitTest
-{
-  
-  public NewEmptyJUnitTest()
-  {
-  }
-  
-  @BeforeAll
-  public static void setUpClass()
-  {
-  }
-  
-  @AfterAll
-  public static void tearDownClass()
-  {
-  }
-  
-  @BeforeEach
-  public void setUp()
-  {
-  }
-  
-  @AfterEach
-  public void tearDown()
-  {
-  }
-
-  // TODO add test methods here.
-  // The methods must be annotated with annotation @Test. For example:
-  //
-  // @Test
-  // public void hello() {}
-}
-- 
GitLab