Author: ajaquith
Date: Wed Jun 11 23:40:10 2008
New Revision: 666989
URL: http://svn.apache.org/viewvc?rev=666989&view=rev
Log:
Version/changelog bump.
Modified:
incubator/jspwiki/trunk/ChangeLog
Modified: incubator/jspwiki/trunk/ChangeLog
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=666989&r1=666988&r2=666989&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Wed Jun 11 23:40:10 2008
@@ -1,3 +1,25 @@
+2008-06-11 Andrew Jaquith <ajaquith AT apache DOT org>
+
+ * 2.7.0-svn-38
+
+ * Web unit tests refactored (yet again) to use an embedded
+ Jetty server. This replaces the need to use a separate Tomcat
+ server, and *should* always work without any configuration of
+ any kind. Please tests this via the Ant 'webtests' target!
+ Note that this checkin introduces the TestContainer class, which
+ with a little modification (later, please!) could easily be
+ used as a stand-alone server. Refactorings are welcome; in
+ the meantime, TestContainer should be considered volatile.
+ Note also that the Rename Profile web unit tests for the
+ container scenarios currently fails; all others run successfully.
+
+ * Minor tightening of Map API for Serializer methods; the
+ keys are now Strings rather than Serializable. This is a
+ dev branch, remember!
+
+ * Added Stripes jar in preparation for replacement of
+ TestRequest/Response mock objects.
+
2008-06-09 Janne Jalkanen <[EMAIL PROTECTED]>
* 2.7.0-svn-37