Author: jstrachan
Date: Tue Jun 6 01:14:35 2006
New Revision: 412037
URL: http://svn.apache.org/viewvc?rev=412037&view=rev
Log:
Latest export from confluence
Modified:
incubator/activemq/site/how-to-unit-test-jms-code.html
Modified: incubator/activemq/site/how-to-unit-test-jms-code.html
URL:
http://svn.apache.org/viewvc/incubator/activemq/site/how-to-unit-test-jms-code.html?rev=412037&r1=412036&r2=412037&view=diff
==============================================================================
--- incubator/activemq/site/how-to-unit-test-jms-code.html (original)
+++ incubator/activemq/site/how-to-unit-test-jms-code.html Tue Jun 6 01:14:35
2006
@@ -240,7 +240,7 @@
<!--
<div class="pagetitle">How to unit test JMS code</div>
-->
- <DIV class="wiki-content"><P>When unit testing code with JMS you
typically want to avoid the overhead of persistence and running separate
proceses - plus you want to increase startup time as fast as possible as you
tend to run unit tests often and want immediate feedback.</P>
+ <DIV class="wiki-content"><P>When unit testing code with JMS you
typically want to avoid the overhead running separate proceses - plus you want
to increase startup time as fast as possible as you tend to run unit tests
often and want immediate feedback. Also persistence can often cause problems -
as previous test case results can adversely affect future test case runs.</P>
<P>So when unit testing JMS code we recommend the following</P>
@@ -274,8 +274,8 @@
</DIV>
<DIV id="site-footer">
Added by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan">James
Strachan</A>,
- last edited by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan">James
Strachan</A> on Jun 05, 2006
- (<A
href="http://goopen.org/confluence/pages/diffpages.action?pageId=8547&originalId=8551">view
change</A>)
+ last edited by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan">James
Strachan</A> on Jun 06, 2006
+ (<A
href="http://goopen.org/confluence/pages/diffpages.action?pageId=8547&originalId=8557">view
change</A>)
(<A
href="http://goopen.org/confluence/pages/editpage.action?pageId=8547">edit
page</A>)
</DIV>