diff --git a/TEST2024/TestPolynomeACompleter.java b/TEST2024/TestPolynomeACompleter.java
deleted file mode 100644
index 874c2fb..0000000
--- a/TEST2024/TestPolynomeACompleter.java
+++ /dev/null
@@ -1,50 +0,0 @@
-import static org.junit.Assert.assertTrue;   // import static : une facilite offerte depuis java5 (pas besoin de mettre le prsfixe)
-import static org.junit.Assert.assertFalse;  //
-import static org.junit.Assert.assertEquals; //
-import static org.junit.Assert.assertNull;   //
-import static org.junit.Assert.assertNotNull;   // 
-import org.junit.Test;
-import java.lang.StringBuilder;
-import java.util.EmptyStackException;
-
-
-
-public class TestPolynomeACompleter{
-
-	@Test
-	public void OnCreeUnPolynome(){
-
-	}
-
-	@Test()
-	public void OnCreeUnPolynomeAPartirDeNull(){
-
-	}
-
-	@Test
-	public void DegreEstCorrect(){
-
-	}
-
-	@Test
-	public OnAfficheLePolynomeNul(){
-		
-	}
-
-	//attention le polynome nul n'est pas null
-	@Test
-	public void DegrePolynomeNul(){
-
-	}
-
-	@Test
-	public void AddEstCommutatif(){
-		
-	}	
-
-
-	@Test
-	public void EvaluerLaSommeEstEgalASommerLesEvaluations(){
-
-	}
-}
\ No newline at end of file