Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: javatests/org/chromium/distiller/IEReadingViewParserTest.java

Issue 1725243002: Fix some warnings in Eclipse (Closed) Base URL: git@github.com:chromium/dom-distiller.git@master
Patch Set: address comments Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: javatests/org/chromium/distiller/IEReadingViewParserTest.java
diff --git a/javatests/org/chromium/distiller/IEReadingViewParserTest.java b/javatests/org/chromium/distiller/IEReadingViewParserTest.java
index f84ed59e72317ac9b41f9dd89c4b28c6baf8692e..6716ed8e51dd80b6d7e34c907152a3e321b628ef 100644
--- a/javatests/org/chromium/distiller/IEReadingViewParserTest.java
+++ b/javatests/org/chromium/distiller/IEReadingViewParserTest.java
@@ -34,7 +34,6 @@ public class IEReadingViewParserTest extends DomDistillerJsTestCase {
public void testDateInSubstringClassName() {
Element div = TestUtil.createDiv(0);
- String expectedDate = "Monday January 1st 2011 01:01";
div.addClassName("b4datelineaft");
div.setInnerHTML("Monday January 1st 2011 01:01");
mRoot.appendChild(div);

Powered by Google App Engine
This is Rietveld 408576698