Revision: 5472
Author: [email protected]
Date: Wed Jul 3 12:30:14 2013
Log: suppress junit3 deprecated warnings
https://codereview.appspot.com/10900043
currently there are about a dozen warning messages about use of obsolete
junit3 junit.framework.Assert (rather than junit4 org.junit.Assert)
this suppresses the warnings until we do the full conversion to junit4.
R=kpreid2
http://code.google.com/p/google-caja/source/detail?r=5472
Modified:
/trunk/tests/com/google/caja/util/MoreAsserts.java
/trunk/tests/com/google/caja/util/RhinoTestBed.java
=======================================
--- /trunk/tests/com/google/caja/util/MoreAsserts.java Tue Oct 30 16:18:53
2012
+++ /trunk/tests/com/google/caja/util/MoreAsserts.java Wed Jul 3 12:30:14
2013
@@ -27,6 +27,8 @@
*
* @author [email protected]
*/
+// TODO(felix8a): remove SuppressWarnings after full conversion to junit4
+@SuppressWarnings("deprecation")
public final class MoreAsserts {
/**
=======================================
--- /trunk/tests/com/google/caja/util/RhinoTestBed.java Mon Apr 29 12:40:55
2013
+++ /trunk/tests/com/google/caja/util/RhinoTestBed.java Wed Jul 3 12:30:14
2013
@@ -57,6 +57,8 @@
*
* @author [email protected]
*/
+// TODO(felix8a): remove SuppressWarnings after full conversion to junit4
+@SuppressWarnings("deprecation")
public class RhinoTestBed {
private static final String HTML_NS = Namespaces.HTML_NAMESPACE_URI;
--
---
You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.