Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-09-04 16:44:23 +0000
committerDani Megert2013-09-04 16:44:23 +0000
commit17d798dfc89ba85eea434860a000ace1d57b3817 (patch)
tree35009f12a70f5a5431e01b7a560430ab39c86732 /org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/webapp
parentcda00927ee7d1aa447e7f1d987dddaff7b760821 (diff)
downloadeclipse.platform.ua-17d798dfc89ba85eea434860a000ace1d57b3817.tar.gz
eclipse.platform.ua-17d798dfc89ba85eea434860a000ace1d57b3817.tar.xz
eclipse.platform.ua-17d798dfc89ba85eea434860a000ace1d57b3817.zip
Replaced deprecated junit.framework.Assert
Diffstat (limited to 'org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/webapp')
-rw-r--r--org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/webapp/HelpServerInterrupt.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/webapp/HelpServerInterrupt.java b/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/webapp/HelpServerInterrupt.java
index e0e3387b7..5505663b1 100644
--- a/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/webapp/HelpServerInterrupt.java
+++ b/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/webapp/HelpServerInterrupt.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2009, 2011 IBM Corporation and others.
+ * Copyright (c) 2009, 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -15,9 +15,10 @@ import java.io.InputStream;
import java.net.URL;
import java.net.URLConnection;
-import junit.framework.Assert;
import junit.framework.TestCase;
+import org.junit.Assert;
+
import org.eclipse.help.internal.server.WebappManager;
/**

Back to the top