You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jd...@apache.org on 2009/09/20 08:09:05 UTC

svn commit: r816986 - /wicket/trunk/wicket-datetime/src/test/java/org/apache/wicket/extensions/yui/calendar/DatePickerTest.java

Author: jdonnerstag
Date: Sun Sep 20 06:09:04 2009
New Revision: 816986

URL: http://svn.apache.org/viewvc?rev=816986&view=rev
Log:
make junit4 happy

Modified:
    wicket/trunk/wicket-datetime/src/test/java/org/apache/wicket/extensions/yui/calendar/DatePickerTest.java

Modified: wicket/trunk/wicket-datetime/src/test/java/org/apache/wicket/extensions/yui/calendar/DatePickerTest.java
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket-datetime/src/test/java/org/apache/wicket/extensions/yui/calendar/DatePickerTest.java?rev=816986&r1=816985&r2=816986&view=diff
==============================================================================
--- wicket/trunk/wicket-datetime/src/test/java/org/apache/wicket/extensions/yui/calendar/DatePickerTest.java (original)
+++ wicket/trunk/wicket-datetime/src/test/java/org/apache/wicket/extensions/yui/calendar/DatePickerTest.java Sun Sep 20 06:09:04 2009
@@ -16,11 +16,13 @@
  */
 package org.apache.wicket.extensions.yui.calendar;
 
+import junit.framework.TestCase;
+
 
 /**
  * 
  */
-public class DatePickerTest // extends TestCase
+public class DatePickerTest extends TestCase
 {
 	// Disabled until we fixed the issue that WicketTestCase or WicketTester is not available in
 	// other projects. They are in src/test/java. Maven will create a compile error since in Maven
@@ -28,6 +30,10 @@
 	// part of the Wicket distribution jar. In Eclipse it works since all source folders are
 	// exported and you can not disable specific ones.
 
+	public void testDummy()
+	{
+	}
+
 // WicketTester tester = new WicketTester();
 //
 // /**