<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-17141</id>
	<title>Nabble - FitNesse</title>
	<updated>2009-12-07T23:00:24Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/FitNesse-f17141.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/FitNesse-f17141.html" />
	<subtitle type="html">&lt;a href=&quot;http://fitnesse.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FitNesse&lt;/a&gt;&amp;nbsp;is a collaborative testing tool based upon &lt;a href=&quot;http://www.fit.c2.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FIT (Framework for Integration Testing)&lt;/a&gt;. This groups is dedicated to discussions around the use and development of FIT and FitNesse</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26689517</id>
	<title>Re: How to call SLIM fixture</title>
	<published>2009-12-07T23:00:24Z</published>
	<updated>2009-12-07T23:00:24Z</updated>
	<author>
		<name>Marcel Overdijk</name>
	</author>
	<content type="html">Thanks. I already though about the double pipes. But for end users (customers/testers) this won't be an option.
&lt;br&gt;Good to hear about ';' option coming. That would be really great!
&lt;br&gt;&lt;br&gt;Perhaps even better would be that when you get a method missing exception on 
&lt;br&gt;|start browser|localhost|4444|*iexplore|&lt;a href=&quot;http://www.google.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com&lt;/a&gt;| 
&lt;br&gt;startBrowser4444HttpWwwGoogleCom[2] not found in Selenium.
&lt;br&gt;threat it as startBrowser(..) with 4 arguments.
&lt;br&gt;&lt;br&gt;I don't know if it's possible, but then you even don't need the ';'.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;unclebob wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Marcel Overdijk wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;I have the following method in my fixture
&lt;br&gt;&lt;br&gt;public void startBrowser(String serverHost, int serverPort, String browserStartCommand, String browserURL) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; selenium = new DefaultSelenium(serverhost, serverPort, browserStartCommand, browserURL);
&lt;br&gt;&amp;nbsp; &amp;nbsp; selenium.start();		
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;Now I'm wondering how I can call this from my fitnesse page using: 
&lt;br&gt;&lt;br&gt;..
&lt;br&gt;|start browser|localhost|4444|*iexplore|&lt;a href=&quot;http://www.google.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com&lt;/a&gt;|
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
For the time being you can use double vertical strokes.
&lt;br&gt;&lt;br&gt;|start browser|localhost||4444||*iexplore||&lt;a href=&quot;http://www.google.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com&lt;/a&gt;|
&lt;br&gt;&lt;br&gt;In a day or two the EDGE version will allow you to do something like this (note the semicolon):
&lt;br&gt;|start browser;|localhost|4444|*iexplore|&lt;a href=&quot;http://www.google.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com&lt;/a&gt;|
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-call-SLIM-fixture-tp26676165p26689517.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26689477</id>
	<title>Re: How do I disable the new test History feature?</title>
	<published>2009-12-07T22:55:05Z</published>
	<updated>2009-12-07T22:55:05Z</updated>
	<author>
		<name>Marcel Overdijk</name>
	</author>
	<content type="html">Off course this will work. For me it would also be no problem, but...
&lt;br&gt;&lt;br&gt;But some background what I'm working on.
&lt;br&gt;We are currently experimenting with Fitnesse, and if we decide to use it I might also write a general plugin for the Grails framework. I don't want people who download and use the plugin will have to create a svn ignore property. Perhaps they are using git or another scm.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Woody-13 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;If you commit the svn ignore property to your version control, no one can forget, as subversion will always know to ignore those folders. &amp;nbsp;We do it all the time and hasn't failed for us.
&lt;br&gt;&lt;br&gt;--- In fitnesse@yahoogroups.com, Marcel Overdijk &amp;lt;marceloverdijk@...&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've created ticket
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://fitnesse.lighthouseapp.com/projects/23650-fitnesse/tickets/170&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://fitnesse.lighthouseapp.com/projects/23650-fitnesse/tickets/170&lt;/a&gt;&amp;nbsp;to
&lt;br&gt;&amp;gt; provide a startup option to disable test history.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Marcel Overdijk wrote:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Sure is an option. But s onow and then somebody will forget and commit
&lt;br&gt;&amp;gt; &amp;gt; it...
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Would be real good to make this an option.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Woody-13 wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Just setup an svn ignore on the contents of the folder. &amp;nbsp;We ignore the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; history, the error logs, the recent changes and any other transitory data
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; that doesn't belong there. &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; --- In fitnesse@yahoogroups.com, Marcel Overdijk &amp;lt;marceloverdijk@&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Same here...
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Is there a way to disable it?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; I had the same problem with backups of pages. Luckily the -e 0 option
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; existed. Something similar for history (like -h 0) would be great.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; bill.hedworth wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; The feature is unnecessary for me, and people keep checking in masses
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; of
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; logs into svn since we upgraded.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/How-do-I-disable-the-new-test-History-feature--tp24463278p26639657.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/How-do-I-disable-the-new-test-History-feature--tp24463278p26639657.html&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Sent from the FitNesse mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/How-do-I-disable-the-new-test-History-feature--tp24463278p26658978.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/How-do-I-disable-the-new-test-History-feature--tp24463278p26658978.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the FitNesse mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-do-I-disable-the-new-test-History-feature--tp24463278p26689477.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26685929</id>
	<title>Re: How to call SLIM fixture</title>
	<published>2009-12-07T15:06:44Z</published>
	<updated>2009-12-07T15:06:44Z</updated>
	<author>
		<name>unclebob</name>
	</author>
	<content type="html">&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Marcel Overdijk wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;I have the following method in my fixture
&lt;br&gt;&lt;br&gt;public void startBrowser(String serverHost, int serverPort, String browserStartCommand, String browserURL) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; selenium = new DefaultSelenium(serverhost, serverPort, browserStartCommand, browserURL);
&lt;br&gt;&amp;nbsp; &amp;nbsp; selenium.start();		
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;Now I'm wondering how I can call this from my fitnesse page using: 
&lt;br&gt;&lt;br&gt;..
&lt;br&gt;|start browser|localhost|4444|*iexplore|&lt;a href=&quot;http://www.google.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com&lt;/a&gt;|
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
For the time being you can use double vertical strokes.
&lt;br&gt;&lt;br&gt;|start browser|localhost||4444||*iexplore||&lt;a href=&quot;http://www.google.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com&lt;/a&gt;|
&lt;br&gt;&lt;br&gt;In a day or two the EDGE version will allow you to do something like this (note the semicolon):
&lt;br&gt;|start browser;|localhost|4444|*iexplore|&lt;a href=&quot;http://www.google.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com&lt;/a&gt;|
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-call-SLIM-fixture-tp26676165p26685929.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26685696</id>
	<title>Re: How do I disable the new test History feature?</title>
	<published>2009-12-07T14:48:20Z</published>
	<updated>2009-12-07T14:48:20Z</updated>
	<author>
		<name>Woody-13</name>
	</author>
	<content type="html">If you commit the svn ignore property to your version control, no one can forget, as subversion will always know to ignore those folders. &amp;nbsp;We do it all the time and hasn't failed for us.
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26685696&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fitnesse@...&lt;/a&gt;, Marcel Overdijk &amp;lt;marceloverdijk@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've created ticket
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://fitnesse.lighthouseapp.com/projects/23650-fitnesse/tickets/170&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://fitnesse.lighthouseapp.com/projects/23650-fitnesse/tickets/170&lt;/a&gt;&amp;nbsp;to
&lt;br&gt;&amp;gt; provide a startup option to disable test history.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Marcel Overdijk wrote:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Sure is an option. But s onow and then somebody will forget and commit
&lt;br&gt;&amp;gt; &amp;gt; it...
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Would be real good to make this an option.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Woody-13 wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Just setup an svn ignore on the contents of the folder. &amp;nbsp;We ignore the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; history, the error logs, the recent changes and any other transitory data
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; that doesn't belong there. &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; --- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26685696&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fitnesse@...&lt;/a&gt;, Marcel Overdijk &amp;lt;marceloverdijk@&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Same here...
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Is there a way to disable it?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; I had the same problem with backups of pages. Luckily the -e 0 option
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; existed. Something similar for history (like -h 0) would be great.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; bill.hedworth wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; The feature is unnecessary for me, and people keep checking in masses
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; of
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; logs into svn since we upgraded.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/How-do-I-disable-the-new-test-History-feature--tp24463278p26639657.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/How-do-I-disable-the-new-test-History-feature--tp24463278p26639657.html&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Sent from the FitNesse mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/How-do-I-disable-the-new-test-History-feature--tp24463278p26658978.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/How-do-I-disable-the-new-test-History-feature--tp24463278p26658978.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the FitNesse mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-do-I-disable-the-new-test-History-feature--tp24463278p26685696.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26685573</id>
	<title>Re: How to call SLIM fixture</title>
	<published>2009-12-07T14:39:15Z</published>
	<updated>2009-12-07T14:39:15Z</updated>
	<author>
		<name>Marcel Overdijk</name>
	</author>
	<content type="html">Thanks Woody,
&lt;br&gt;&lt;br&gt;I was afraid of this to be the only option (see also the bottom comment in my original post).
&lt;br&gt;&lt;br&gt;Point is we have existing code which could be used but doesn't have this format.
&lt;br&gt;Would be nice if we could re-use this, but it means we have to build a wrapper for each method... to bad.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Marcel
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Woody-13 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;This would need to be 
&lt;br&gt;&lt;br&gt;|start browser|localhost||4444||*iexplore||&lt;a href=&quot;http://www.google.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com&lt;/a&gt;| 
&lt;br&gt;&lt;br&gt;to work sort of the way you expect.
&lt;br&gt;&lt;br&gt;So, as I said in the less descriptive world of twitter: Slim ScriptTables follow an odd cells are used to find the method name and the even cells are the arguments pattern.
&lt;br&gt;&lt;br&gt;Your test is telling you it tried to call: 
&lt;br&gt;&lt;br&gt;public void startBrowser4444HttpWwwGoogleCom(String oneArg, String secondArg) 
&lt;br&gt;&lt;br&gt;due to the format. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Try startBrowserOnServerAndPortWithCommandGoingTo(String serverHost, int serverPort, String
&lt;br&gt;&amp;gt; browserStartCommand, String browserURL)
&lt;br&gt;&lt;br&gt;Then do:
&lt;br&gt;&lt;br&gt;|start browser on server|localhost|and port|4444|with command|*iexplore|going to|&lt;a href=&quot;http://www.google.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com&lt;/a&gt;| 
&lt;br&gt;&lt;br&gt;Of course you need to make this your own.
&lt;br&gt;&lt;br&gt;Dan Woodward
&lt;br&gt;&lt;a href=&quot;http://whotestedthis.squarespace.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://whotestedthis.squarespace.com&lt;/a&gt;&lt;br&gt;------
&lt;br&gt;FitNesse using Java and SliM 
&lt;br&gt;&lt;br&gt;--- In fitnesse@yahoogroups.com, Marcel Overdijk &amp;lt;marceloverdijk@...&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have the following method in my fixture
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; public void startBrowser(String serverHost, int serverPort, String
&lt;br&gt;&amp;gt; browserStartCommand, String browserURL) {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; selenium = new DefaultSelenium(serverhost, serverPort,
&lt;br&gt;&amp;gt; browserStartCommand, browserURL);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; selenium.start();		
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Now I'm wondering how I can call this from my fitnesse page using: 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ..
&lt;br&gt;&amp;gt; |start browser|localhost|4444|*iexplore|&lt;a href=&quot;http://www.google.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com&lt;/a&gt;|
&lt;br&gt;&amp;gt; ..
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But I get an error:
&lt;br&gt;&amp;gt; Method startBrowser4444HttpWwwGoogleCom[2] not found in Selenium.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On &lt;a href=&quot;http://fitnesse.org/FitNesse.UserGuide.SliM.ScriptTable&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fitnesse.org/FitNesse.UserGuide.SliM.ScriptTable&lt;/a&gt;&amp;nbsp;I don't see a way
&lt;br&gt;&amp;gt; how to call my method startBrowser(...)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; PS: I don't what to change my fixture method to something like:
&lt;br&gt;&amp;gt; startBrowserWithServerHostAndServerPortAndBrowserStartCommandAndBrowserURL
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/How-to-call-SLIM-fixture-tp26676165p26676165.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/How-to-call-SLIM-fixture-tp26676165p26676165.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the FitNesse mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-call-SLIM-fixture-tp26676165p26685573.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26685356</id>
	<title>Re: How to call SLIM fixture</title>
	<published>2009-12-07T14:24:01Z</published>
	<updated>2009-12-07T14:24:01Z</updated>
	<author>
		<name>Woody-13</name>
	</author>
	<content type="html">This would need to be 
&lt;br&gt;&lt;br&gt;|start browser|localhost||4444||*iexplore||&lt;a href=&quot;http://www.google.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com&lt;/a&gt;| 
&lt;br&gt;&lt;br&gt;to work sort of the way you expect.
&lt;br&gt;&lt;br&gt;So, as I said in the less descriptive world of twitter: Slim ScriptTables follow an odd cells are used to find the method name and the even cells are the arguments pattern.
&lt;br&gt;&lt;br&gt;Your test is telling you it tried to call: 
&lt;br&gt;&lt;br&gt;public void startBrowser4444HttpWwwGoogleCom(String oneArg, String secondArg) 
&lt;br&gt;&lt;br&gt;due to the format. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Try startBrowserOnServerAndPortWithCommandGoingTo(String serverHost, int serverPort, String
&lt;br&gt;&amp;gt; browserStartCommand, String browserURL)
&lt;br&gt;&lt;br&gt;Then do:
&lt;br&gt;&lt;br&gt;|start browser on server|localhost|and port|4444|with command|*iexplore|going to|&lt;a href=&quot;http://www.google.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com&lt;/a&gt;| 
&lt;br&gt;&lt;br&gt;Of course you need to make this your own.
&lt;br&gt;&lt;br&gt;Dan Woodward
&lt;br&gt;&lt;a href=&quot;http://whotestedthis.squarespace.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://whotestedthis.squarespace.com&lt;/a&gt;&lt;br&gt;------
&lt;br&gt;FitNesse using Java and SliM 
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26685356&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fitnesse@...&lt;/a&gt;, Marcel Overdijk &amp;lt;marceloverdijk@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have the following method in my fixture
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; public void startBrowser(String serverHost, int serverPort, String
&lt;br&gt;&amp;gt; browserStartCommand, String browserURL) {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; selenium = new DefaultSelenium(serverhost, serverPort,
&lt;br&gt;&amp;gt; browserStartCommand, browserURL);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; selenium.start();		
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Now I'm wondering how I can call this from my fitnesse page using: 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ..
&lt;br&gt;&amp;gt; |start browser|localhost|4444|*iexplore|&lt;a href=&quot;http://www.google.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com&lt;/a&gt;|
&lt;br&gt;&amp;gt; ..
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But I get an error:
&lt;br&gt;&amp;gt; Method startBrowser4444HttpWwwGoogleCom[2] not found in Selenium.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On &lt;a href=&quot;http://fitnesse.org/FitNesse.UserGuide.SliM.ScriptTable&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fitnesse.org/FitNesse.UserGuide.SliM.ScriptTable&lt;/a&gt;&amp;nbsp;I don't see a way
&lt;br&gt;&amp;gt; how to call my method startBrowser(...)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; PS: I don't what to change my fixture method to something like:
&lt;br&gt;&amp;gt; startBrowserWithServerHostAndServerPortAndBrowserStartCommandAndBrowserURL
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/How-to-call-SLIM-fixture-tp26676165p26676165.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/How-to-call-SLIM-fixture-tp26676165p26676165.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the FitNesse mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-call-SLIM-fixture-tp26676165p26685356.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26683799</id>
	<title>Re: How to call SLIM fixture</title>
	<published>2009-12-07T12:42:27Z</published>
	<updated>2009-12-07T12:42:27Z</updated>
	<author>
		<name>Marcel Overdijk</name>
	</author>
	<content type="html">I'm also facing a problem with a &amp;quot;start&amp;quot; method in my fixture.
&lt;br&gt;&lt;br&gt;&amp;quot;start&amp;quot; seems to be a reserved word in the script table for a new actor.
&lt;br&gt;Can I workaround this? Could I e.g. escape it or something like that.
&lt;br&gt;&lt;br&gt;I have an ordinary function I like to call.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Just like my previous post I don't want to change method names if possible as the method names are know in our team. We are trying to use existing test code (non fitnesse) in fitnesse.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-call-SLIM-fixture-tp26676165p26683799.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26685795</id>
	<title>Re: How to call SLIM fixture</title>
	<published>2009-12-07T12:37:52Z</published>
	<updated>2009-12-07T12:37:52Z</updated>
	<author>
		<name>Lars Vonk</name>
	</author>
	<content type="html">Forgot to mention that in the first option there will be 4 constructor args.
&lt;br&gt;So
&lt;br&gt;&lt;br&gt;...
&lt;br&gt;public NewBrowser(String serverHost, int serverPort, String
&lt;br&gt;browserStartCommand, String browserURL) {
&lt;br&gt;&lt;br&gt;}
&lt;br&gt;...
&lt;br&gt;&lt;br&gt;On Mon, Dec 7, 2009 at 9:35 PM, Lars Vonk &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26685795&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lars.vonk@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You can't do it using slim the way you describe. There are some ways around
&lt;br&gt;&amp;gt; it though:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 1. Create a fixture that starts selenium in the constructor:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; !|script|New Browser|localhost|4444|*firefox|&lt;a href=&quot;http://myurl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://myurl&lt;/a&gt;|
&lt;br&gt;&amp;gt; |start browser|
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2. You can do something like this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; |start browser|localhost,4444,*iexplore,&lt;a href=&quot;http://www.google.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com&lt;/a&gt;|
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And your fixture code:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; public void startBrowser(String command) {
&lt;br&gt;&amp;gt; &amp;nbsp; String[] parts = command.split(&amp;quot;,&amp;quot;);
&lt;br&gt;&amp;gt; &amp;nbsp; //part[0] = serverhost
&lt;br&gt;&amp;gt; &amp;nbsp; //part[1] = etc. etc.
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hope this helps.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Lars
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, Dec 7, 2009 at 12:54 PM, Marcel Overdijk &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26685795&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;marceloverdijk@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have the following method in my fixture
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; public void startBrowser(String serverHost, int serverPort, String
&lt;br&gt;&amp;gt;&amp;gt; browserStartCommand, String browserURL) {
&lt;br&gt;&amp;gt;&amp;gt; selenium = new DefaultSelenium(serverhost, serverPort,
&lt;br&gt;&amp;gt;&amp;gt; browserStartCommand, browserURL);
&lt;br&gt;&amp;gt;&amp;gt; selenium.start();
&lt;br&gt;&amp;gt;&amp;gt; }
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Now I'm wondering how I can call this from my fitnesse page using:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ..
&lt;br&gt;&amp;gt;&amp;gt; |start browser|localhost|4444|*iexplore|&lt;a href=&quot;http://www.google.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com&lt;/a&gt;|
&lt;br&gt;&amp;gt;&amp;gt; ..
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; But I get an error:
&lt;br&gt;&amp;gt;&amp;gt; Method startBrowser4444HttpWwwGoogleCom[2] not found in Selenium.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On &lt;a href=&quot;http://fitnesse.org/FitNesse.UserGuide.SliM.ScriptTable&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fitnesse.org/FitNesse.UserGuide.SliM.ScriptTable&lt;/a&gt;&amp;nbsp;I don't see a
&lt;br&gt;&amp;gt;&amp;gt; way
&lt;br&gt;&amp;gt;&amp;gt; how to call my method startBrowser(...)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; PS: I don't what to change my fixture method to something like:
&lt;br&gt;&amp;gt;&amp;gt; startBrowserWithServerHostAndServerPortAndBrowserStartCommandAndBrowserURL
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/How-to-call-SLIM-fixture-tp26676165p26676165.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/How-to-call-SLIM-fixture-tp26676165p26676165.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; Sent from the FitNesse mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-call-SLIM-fixture-tp26676165p26685795.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26685779</id>
	<title>Re: How to call SLIM fixture</title>
	<published>2009-12-07T12:35:51Z</published>
	<updated>2009-12-07T12:35:51Z</updated>
	<author>
		<name>Lars Vonk</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;You can't do it using slim the way you describe. There are some ways around
&lt;br&gt;it though:
&lt;br&gt;&lt;br&gt;1. Create a fixture that starts selenium in the constructor:
&lt;br&gt;&lt;br&gt;!|script|New Browser|localhost|4444|*firefox|&lt;a href=&quot;http://myurl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://myurl&lt;/a&gt;|
&lt;br&gt;|start browser|
&lt;br&gt;&lt;br&gt;2. You can do something like this:
&lt;br&gt;&lt;br&gt;|start browser|localhost,4444,*iexplore,&lt;a href=&quot;http://www.google.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com&lt;/a&gt;|
&lt;br&gt;&lt;br&gt;And your fixture code:
&lt;br&gt;&lt;br&gt;public void startBrowser(String command) {
&lt;br&gt;&amp;nbsp; String[] parts = command.split(&amp;quot;,&amp;quot;);
&lt;br&gt;&amp;nbsp; //part[0] = serverhost
&lt;br&gt;&amp;nbsp; //part[1] = etc. etc.
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hope this helps.
&lt;br&gt;&lt;br&gt;Lars
&lt;br&gt;&lt;br&gt;On Mon, Dec 7, 2009 at 12:54 PM, Marcel Overdijk
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26685779&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;marceloverdijk@...&lt;/a&gt;&amp;gt;wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have the following method in my fixture
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; public void startBrowser(String serverHost, int serverPort, String
&lt;br&gt;&amp;gt; browserStartCommand, String browserURL) {
&lt;br&gt;&amp;gt; selenium = new DefaultSelenium(serverhost, serverPort,
&lt;br&gt;&amp;gt; browserStartCommand, browserURL);
&lt;br&gt;&amp;gt; selenium.start();
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Now I'm wondering how I can call this from my fitnesse page using:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ..
&lt;br&gt;&amp;gt; |start browser|localhost|4444|*iexplore|&lt;a href=&quot;http://www.google.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com&lt;/a&gt;|
&lt;br&gt;&amp;gt; ..
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But I get an error:
&lt;br&gt;&amp;gt; Method startBrowser4444HttpWwwGoogleCom[2] not found in Selenium.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On &lt;a href=&quot;http://fitnesse.org/FitNesse.UserGuide.SliM.ScriptTable&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fitnesse.org/FitNesse.UserGuide.SliM.ScriptTable&lt;/a&gt;&amp;nbsp;I don't see a
&lt;br&gt;&amp;gt; way
&lt;br&gt;&amp;gt; how to call my method startBrowser(...)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; PS: I don't what to change my fixture method to something like:
&lt;br&gt;&amp;gt; startBrowserWithServerHostAndServerPortAndBrowserStartCommandAndBrowserURL
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/How-to-call-SLIM-fixture-tp26676165p26676165.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/How-to-call-SLIM-fixture-tp26676165p26676165.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the FitNesse mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-call-SLIM-fixture-tp26676165p26685779.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26685777</id>
	<title>Getting OutOfMemoryError on every test in a subwiki</title>
	<published>2009-12-07T12:32:25Z</published>
	<updated>2009-12-07T12:32:25Z</updated>
	<author>
		<name>todd runstein-2</name>
	</author>
	<content type="html">Actually, I'm getting it in a few subwikis, while others (at least those that were created previously) are fine. It doesn't seem to matter how big or small the tests are, they execute, but fail to complete - the &amp;quot;Running Tests ...&amp;quot; shows up indefinitely.
&lt;br&gt;&lt;br&gt;Any ideas what's causing this or how to fix it?
&lt;br&gt;&lt;br&gt;The log reads:
&lt;br&gt;tester@qamachine:/usr/local/fitnesse&amp;gt; Exception in thread &amp;quot;class fitnesse.responders.run.TestResponder: Responding Thread&amp;quot; java.lang.OutOfMemoryError: Java heap space
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.StringCoding.trim(StringCoding.java:74)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.StringCoding.access$100(StringCoding.java:37)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.StringCoding$CharsetSD.decode(StringCoding.java:201)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.StringCoding.decode(StringCoding.java:228)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.String.&amp;lt;init&amp;gt;(String.java:405)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.String.&amp;lt;init&amp;gt;(String.java:433)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at fitnesse.wiki.FileSystemPage.loadContent(FileSystemPage.java:120)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at fitnesse.wiki.FileSystemPage.makePageData(FileSystemPage.java:207)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at fitnesse.wiki.CachingPage.getData(CachingPage.java:69)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at fitnesse.wiki.BaseWikiPage.getChildPage(BaseWikiPage.java:116)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at fitnesse.wiki.PageCrawlerImpl.getOrMakePage(PageCrawlerImpl.java:108)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at fitnesse.wiki.PageCrawlerImpl.getOrMakePage(PageCrawlerImpl.java:114)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at fitnesse.wiki.PageCrawlerImpl.getOrMakePage(PageCrawlerImpl.java:114)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at fitnesse.wiki.PageCrawlerImpl.addPage(PageCrawlerImpl.java:100)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at fitnesse.responders.run.CompositeExecutionLog.publish(CompositeExecutionLog.java:31)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at fitnesse.responders.run.TestResponder.completeResponse(TestResponder.java:126)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at fitnesse.responders.run.TestResponder.finishSending(TestResponder.java:65)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at fitnesse.responders.run.TestResponder.doSending(TestResponder.java:55)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at fitnesse.responders.ChunkingResponder.startSending(ChunkingResponder.java:69)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at fitnesse.responders.ChunkingResponder.access$000(ChunkingResponder.java:17)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at fitnesse.responders.ChunkingResponder$RespondingRunnable.run(ChunkingResponder.java:120)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Thread.java:595)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Getting-OutOfMemoryError-on-every-test-in-a-subwiki-tp26685777p26685777.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26685778</id>
	<title>Re: How to call SLIM fixture</title>
	<published>2009-12-07T12:30:25Z</published>
	<updated>2009-12-07T12:30:25Z</updated>
	<author>
		<name>tjudge94</name>
	</author>
	<content type="html">Hi Marcel,
&lt;br&gt;&lt;br&gt;Maybe you could pass all your arguments in a String[] and then do any type conversion needed in the method. Something like,
&lt;br&gt;&lt;br&gt;|start browser|{&amp;quot;localhost&amp;quot;,&amp;quot;4444&amp;quot;,&amp;quot;*iexplore&amp;quot;,&amp;quot;&lt;a href=&quot;http://www.google.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com&lt;/a&gt;&amp;quot;}|
&lt;br&gt;&lt;br&gt;public void startBrowser(String[] args) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;selenium = new DefaultSelenium(args[0], Integer.parseInt(args[1]), args[2], args[3]);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;selenium.start();		
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;&lt;br&gt;I haven't tried this out, but it should work.
&lt;br&gt;This is the only way I can think of that will maintain the fixture method name.
&lt;br&gt;I normally work with Fit rather than Slim but I think this should still be the same for Slim.
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26685778&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fitnesse@...&lt;/a&gt;, Marcel Overdijk &amp;lt;marceloverdijk@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have the following method in my fixture
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; public void startBrowser(String serverHost, int serverPort, String
&lt;br&gt;&amp;gt; browserStartCommand, String browserURL) {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; selenium = new DefaultSelenium(serverhost, serverPort,
&lt;br&gt;&amp;gt; browserStartCommand, browserURL);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; selenium.start();		
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Now I'm wondering how I can call this from my fitnesse page using: 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ..
&lt;br&gt;&amp;gt; |start browser|localhost|4444|*iexplore|&lt;a href=&quot;http://www.google.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com&lt;/a&gt;|
&lt;br&gt;&amp;gt; ..
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But I get an error:
&lt;br&gt;&amp;gt; Method startBrowser4444HttpWwwGoogleCom[2] not found in Selenium.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On &lt;a href=&quot;http://fitnesse.org/FitNesse.UserGuide.SliM.ScriptTable&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fitnesse.org/FitNesse.UserGuide.SliM.ScriptTable&lt;/a&gt;&amp;nbsp;I don't see a way
&lt;br&gt;&amp;gt; how to call my method startBrowser(...)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; PS: I don't what to change my fixture method to something like:
&lt;br&gt;&amp;gt; startBrowserWithServerHostAndServerPortAndBrowserStartCommandAndBrowserURL
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/How-to-call-SLIM-fixture-tp26676165p26676165.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/How-to-call-SLIM-fixture-tp26676165p26676165.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the FitNesse mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-call-SLIM-fixture-tp26676165p26685778.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26685787</id>
	<title>Re: FitlibraryWeb database fixture TypeOfResult</title>
	<published>2009-12-07T12:21:01Z</published>
	<updated>2009-12-07T12:21:01Z</updated>
	<author>
		<name>rowleydm</name>
	</author>
	<content type="html">You need to use ''with user'' not ''with''
&lt;br&gt;&lt;br&gt;|''connect''|localhost|''with user''|rick|''and password''|past|''to''|db|
&lt;br&gt;&lt;br&gt;good luck,
&lt;br&gt;&lt;br&gt;Darren.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26685787&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fitnesse@...&lt;/a&gt;, &amp;quot;gfbrols&amp;quot; &amp;lt;gfbrols@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've downloaded latest version of FitLibrary and add fitnesse jar of 2009 08 has suggested.
&lt;br&gt;&amp;gt; At that point, everything works fine. 
&lt;br&gt;&amp;gt; Next, I've downloaded FitlibraryWeb and installed it in the same location.
&lt;br&gt;&amp;gt; I really like to be able to use your template systems with db insert,...
&lt;br&gt;&amp;gt; So I created a page
&lt;br&gt;&amp;gt; with following content:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; !|fitlibrary.database.Oracle|
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; |''connect''|localhost|''with''|rick|''and password''|past|''to''|db|
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I ran it and found out that I had to add a oracle driver in the lib directory. I've added the file ojdbc14-10.2.0.3.jar
&lt;br&gt;&amp;gt; When I ran the test, I get the following:
&lt;br&gt;&amp;gt; connect
&lt;br&gt;&amp;gt; ________________________________________
&lt;br&gt;&amp;gt; Missing methods: public TypeOfResult connectWithAndPasswordTo(Type1 arg1, Type2 arg2, Type3 arg3, Type4 arg4) { } in class fitlibrary.database.Oracle or class dbfit.OracleTest 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Could you tell me how you managed to use the database fixtures without getting this kind of error?
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/FitlibraryWeb-database-fixture-TypeOfResult-tp26642720p26685787.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26676198</id>
	<title>Re: How do I disable the new test History feature?</title>
	<published>2009-12-07T03:57:10Z</published>
	<updated>2009-12-07T03:57:10Z</updated>
	<author>
		<name>Marcel Overdijk</name>
	</author>
	<content type="html">Why not offer 0 as well?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;unclebob wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;&amp;gt; Re: How do I disable the new test History feature?
&lt;br&gt;&amp;gt; Posted by: &amp;quot;Marcel Overdijk&amp;quot; marceloverdijk@gmail.com
&lt;br&gt;&amp;gt; Fri Dec 4, 2009 2:06 pm (PST)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Same here...
&lt;br&gt;&amp;gt; Is there a way to disable it?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I had the same problem with backups of pages. Luckily the -e 0 option
&lt;br&gt;&amp;gt; existed. Something similar for history (like -h 0) would be great.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; bill.hedworth wrote:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; The feature is unnecessary for me, and people keep checking in masses of
&lt;br&gt;&amp;gt; &amp;gt; logs into svn since we upgraded.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;For now there is no way to disable this feature. &amp;nbsp;One of the stories we are working on will limit the saved history to N tests. &amp;nbsp;You'll be able to set N to 1 (never zero!)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----
&lt;br&gt;Robert C. Martin (Uncle Bob) &amp;nbsp;| email: unclebob@objectmentor.com
&lt;br&gt;Object Mentor Inc. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| blog: &amp;nbsp;blog.objectmentor.com
&lt;br&gt;The Agile Transition Experts &amp;nbsp;| web: &amp;nbsp; www.objectmentor.com
&lt;br&gt;800-338-6716 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| twitter: unclebobmartin
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-do-I-disable-the-new-test-History-feature--tp24463278p26676198.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26676165</id>
	<title>How to call SLIM fixture</title>
	<published>2009-12-07T03:54:57Z</published>
	<updated>2009-12-07T03:54:57Z</updated>
	<author>
		<name>Marcel Overdijk</name>
	</author>
	<content type="html">I have the following method in my fixture
&lt;br&gt;&lt;br&gt;public void startBrowser(String serverHost, int serverPort, String browserStartCommand, String browserURL) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; selenium = new DefaultSelenium(serverhost, serverPort, browserStartCommand, browserURL);
&lt;br&gt;&amp;nbsp; &amp;nbsp; selenium.start();		
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;Now I'm wondering how I can call this from my fitnesse page using: 
&lt;br&gt;&lt;br&gt;..
&lt;br&gt;|start browser|localhost|4444|*iexplore|&lt;a href=&quot;http://www.google.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com&lt;/a&gt;|
&lt;br&gt;..
&lt;br&gt;&lt;br&gt;But I get an error:
&lt;br&gt;Method startBrowser4444HttpWwwGoogleCom[2] not found in Selenium.
&lt;br&gt;&lt;br&gt;On &lt;a href=&quot;http://fitnesse.org/FitNesse.UserGuide.SliM.ScriptTable&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fitnesse.org/FitNesse.UserGuide.SliM.ScriptTable&lt;/a&gt;&amp;nbsp;I don't see a way how to call my method startBrowser(...)
&lt;br&gt;&lt;br&gt;&lt;br&gt;PS: I don't what to change my fixture method to something like:
&lt;br&gt;startBrowserWithServerHostAndServerPortAndBrowserStartCommandAndBrowserURL
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-call-SLIM-fixture-tp26676165p26676165.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26678869</id>
	<title>Re: Change default Fixture in Flow-Mode</title>
	<published>2009-12-07T01:56:13Z</published>
	<updated>2009-12-07T01:56:13Z</updated>
	<author>
		<name>sch_max</name>
	</author>
	<content type="html">Thats's great, thank you.
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26678869&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fitnesse@...&lt;/a&gt;, Mike Stockdale &amp;lt;jediwhale@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Problem with your new idea is it introduces an infinite loop: 
&lt;br&gt;&amp;gt; myObject.getSUT returns SequenceFixture, SequenceFixture.getSUT returns 
&lt;br&gt;&amp;gt; myObject, ... &amp;nbsp;This loop continues until it gets an object that is not a 
&lt;br&gt;&amp;gt; DomainAdapter, which never happens in your case.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The ultimate solution is to provide a way for you to control what the 
&lt;br&gt;&amp;gt; wrapping fixture is.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; A simpler change, I think, is to make DoFixture to wrap with DoFixture 
&lt;br&gt;&amp;gt; and SequenceFixture wrap with SequenceFixture. &amp;nbsp;This seems to provide 
&lt;br&gt;&amp;gt; more consistent behavior, i.e., if you started the test with one style, 
&lt;br&gt;&amp;gt; it will be continued throughout the test.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'll add these both to the issue list 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://github.com/jediwhale/fitsharp/issues&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://github.com/jediwhale/fitsharp/issues&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; sch_max wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thank you,
&lt;br&gt;&amp;gt; &amp;gt; I am using C#.
&lt;br&gt;&amp;gt; &amp;gt; Didn't heared of that DomainAdapter before.
&lt;br&gt;&amp;gt; &amp;gt; But what if the myObject.myAction( arg) returns an object, which also 
&lt;br&gt;&amp;gt; &amp;gt; returns objects. I have to write such adapters for all classes, which 
&lt;br&gt;&amp;gt; &amp;gt; are returning objects. Am I right?
&lt;br&gt;&amp;gt; &amp;gt; So this would be more effort to me as to change all &amp;quot;return object;&amp;quot; 
&lt;br&gt;&amp;gt; &amp;gt; to &amp;quot;return new SequenceFixture( object);&amp;quot; or to change to DoFixture.
&lt;br&gt;&amp;gt; &amp;gt; I got another idea while watching at your solution:
&lt;br&gt;&amp;gt; &amp;gt; public class MyObject implements DomainAdapter {
&lt;br&gt;&amp;gt; &amp;gt; ...
&lt;br&gt;&amp;gt; &amp;gt; public Object getSystemUnderTest( ) {
&lt;br&gt;&amp;gt; &amp;gt; return new SequenceFixture( this);
&lt;br&gt;&amp;gt; &amp;gt; }
&lt;br&gt;&amp;gt; &amp;gt; ...
&lt;br&gt;&amp;gt; &amp;gt; }
&lt;br&gt;&amp;gt; &amp;gt; This would be a good solution, cause most of my classes inherit from 
&lt;br&gt;&amp;gt; &amp;gt; one class.
&lt;br&gt;&amp;gt; &amp;gt; But this makes FitServer hang on test.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; kind regards
&lt;br&gt;&amp;gt; &amp;gt; Max
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; --- In fitnesse@yahoogroup s.com &amp;lt;mailto:fitnesse%40yahoogroups.com&amp;gt;, 
&lt;br&gt;&amp;gt; &amp;gt; Rick Mugridge &amp;lt;rick@&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Hi Max,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; What programming language are you using?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; In FitLibrary in Java, it would require a code change for auto-wrapping
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; to be done with a SequenceFixture instead. I've been gradually adding
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; plugin points to adapt behaviour like that, so could add this as a new
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; plugin point.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; For now, you could introduce an &amp;quot;adapter&amp;quot; object which has the 
&lt;br&gt;&amp;gt; &amp;gt; object of
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; interest as a SUT (System Under Test). Then you can provide an adapter
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; method for each action that explicitly wraps the returned object in a
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; SequenceFixture before FitLibrary auto-wraps it. Eg, if the action is:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; |''my action''|12|
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; |''action on returned seq''|1|2|3|
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; The adapter class you need is something like:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; public class MyAdapter implements DomainAdapter {
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; private MyObject myObject = new MyObject();
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; public Object getSystemUnderTest( ) {
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; return myObject;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; }
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; public SequenceFixture myAction(int arg) {
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; return new SequenceFixture( myObject. myAction( arg));
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; }
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; }
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Only actions that require explicit wrapping with SequenceFixture 
&lt;br&gt;&amp;gt; &amp;gt; need to
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; be included in the adapter. If FitLibrary doesn't find an action in the
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; adapter, it then looks in the SUT (and then its SUT, if any).
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; That way, you don't need to change the MyObject code at all. This also
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; allows you to introduce different names for actions, if needed.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I hope that's enough detail to help...
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Cheers, Rick
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; sch_max wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; I'm using Flow-Mode for my tests.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; The first object in tests always inherits from SequenceFixture.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; But when a method/property returns an object, the default fixture
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; DoFixture is used at this point. Is it possible to change this to
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; SequenceFixture, because I prefer this one?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; I know it is possible, when returning object inherits from
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; SequenceFixture or if it is wrapped in a SequenceFixture (by return
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; new SequenceFixture( object)). But I can not do this. I have to 
&lt;br&gt;&amp;gt; &amp;gt; inherit
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; from another class which I can not change. Wrapping all objects with
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; SequenceFixture isn't a good solution.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; The best way would be to simply change default fixture anyway.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Would be great if you could give me some advice.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Max
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; Mike Stockdale
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; /fit/Sharp &amp;lt;&lt;a href=&quot;http://www.syterra.com/FitSharp.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.syterra.com/FitSharp.html&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; FitNesse.NET &amp;lt;&lt;a href=&quot;http://www.syterra.com/FitnesseDotNet.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.syterra.com/FitnesseDotNet.html&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Syterra Software Inc. &amp;lt;&lt;a href=&quot;http://www.syterra.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.syterra.com&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Change-default-Fixture-in-Flow-Mode-tp26633047p26678869.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26671268</id>
	<title>2nd edition of my fitnesse book now online</title>
	<published>2009-12-06T17:19:27Z</published>
	<updated>2009-12-06T17:19:27Z</updated>
	<author>
		<name>Gojko Adzic</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;As of now, the second edition of Test Driven .NET Development with 
&lt;br&gt;FitNesse is free online. You can download the full PDF version or read 
&lt;br&gt;the book online in HTML at &lt;a href=&quot;http://gojko.net/fitnesse&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gojko.net/fitnesse&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;You can read what's new and changed at
&lt;br&gt;&lt;a href=&quot;http://gojko.net/2009/12/07/fitnesse-book-now-free-online/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gojko.net/2009/12/07/fitnesse-book-now-free-online/&lt;/a&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;gojko adzic
&lt;br&gt;&lt;a href=&quot;http://gojko.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gojko.net&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/2nd-edition-of-my-fitnesse-book-now-online-tp26671268p26671268.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26670886</id>
	<title>Re: How do I disable the new test History feature?</title>
	<published>2009-12-06T16:27:12Z</published>
	<updated>2009-12-06T16:27:12Z</updated>
	<author>
		<name>unclebob</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; Re: How do I disable the new test History feature?
&lt;br&gt;&amp;gt; Posted by: &amp;quot;Marcel Overdijk&amp;quot; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670886&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;marceloverdijk@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Fri Dec 4, 2009 2:06 pm (PST)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Same here...
&lt;br&gt;&amp;gt; Is there a way to disable it?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I had the same problem with backups of pages. Luckily the -e 0 option
&lt;br&gt;&amp;gt; existed. Something similar for history (like -h 0) would be great.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; bill.hedworth wrote:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; The feature is unnecessary for me, and people keep checking in masses of
&lt;br&gt;&amp;gt; &amp;gt; logs into svn since we upgraded.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;For now there is no way to disable this feature. &amp;nbsp;One of the stories we are working on will limit the saved history to N tests. &amp;nbsp;You'll be able to set N to 1 (never zero!)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----
&lt;br&gt;Robert C. Martin (Uncle Bob) &amp;nbsp;| email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670886&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;unclebob@...&lt;/a&gt;
&lt;br&gt;Object Mentor Inc. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| blog: &amp;nbsp;blog.objectmentor.com
&lt;br&gt;The Agile Transition Experts &amp;nbsp;| web: &amp;nbsp; www.objectmentor.com
&lt;br&gt;800-338-6716 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| twitter: unclebobmartin
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-do-I-disable-the-new-test-History-feature--tp24463278p26670886.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26670876</id>
	<title>Re:Using hash widget in Slim</title>
	<published>2009-12-06T16:25:51Z</published>
	<updated>2009-12-06T16:25:51Z</updated>
	<author>
		<name>unclebob</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; Using hash widget in Slim
&lt;br&gt;&amp;gt; Posted by: &amp;quot;ssaha_ghx&amp;quot; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670876&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ssaha@...&lt;/a&gt; &amp;nbsp; ssaha_ghx
&lt;br&gt;&amp;gt; Fri Dec 4, 2009 11:21 am (PST
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am trying to use the new hash widget in v20091121 in a sample Slim test as follows:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; !|script|java.util.HashMap|
&lt;br&gt;&amp;gt; |putAll |!{a:b, c:d} |
&lt;br&gt;&amp;gt; |show |toString |
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Unfortunately, the toString() comes back with a result of {}. If I define the widget outside of the table, it gets rendered as an html table, but it fails to do anything within the slim table itself.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Any suggestions?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Sanjeev
&lt;/div&gt;&lt;br&gt;I wouldn't treat java.util.HashMap as a fixture. &amp;nbsp;It's best to write your own.
&lt;br&gt;&lt;br&gt;The hash widget will automatically be converted into a HashMap (in Java) for any fixture method that takes a Map argument.
&lt;br&gt;&lt;br&gt;Thus:
&lt;br&gt;&lt;br&gt;!|script|MyFixture|
&lt;br&gt;|set map|!{a:b, c:d}|
&lt;br&gt;|show|get map|
&lt;br&gt;&lt;br&gt;public MyFixture {
&lt;br&gt;&amp;nbsp; private Map myMap;
&lt;br&gt;&amp;nbsp; public setMap(Map map) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; myMap = map;
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;&amp;nbsp; public Map getMap() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; return map;
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----
&lt;br&gt;Robert C. Martin (Uncle Bob) &amp;nbsp;| email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670876&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;unclebob@...&lt;/a&gt;
&lt;br&gt;Object Mentor Inc. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| blog: &amp;nbsp;blog.objectmentor.com
&lt;br&gt;The Agile Transition Experts &amp;nbsp;| web: &amp;nbsp; www.objectmentor.com
&lt;br&gt;800-338-6716 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| twitter: unclebobmartin
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3AUsing-hash-widget-in-Slim-tp26670876p26670876.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26670799</id>
	<title>Re: Fresh install hangs whenever ANY test is run with Fit</title>
	<published>2009-12-06T16:21:53Z</published>
	<updated>2009-12-06T16:21:53Z</updated>
	<author>
		<name>unclebob</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; Re: Fresh install hangs whenever ANY test is run with Fit
&lt;br&gt;&amp;gt; Posted by: &amp;quot;Marcel Overdijk&amp;quot; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670799&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;marceloverdijk@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Fri Dec 4, 2009 7:46 am (PST)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've also big problems with the &amp;quot;hang&amp;quot; problem.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Imagine this scenario:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; D:\Temp\fitnesse\fitnesse.jar
&lt;br&gt;&amp;gt; from D:\Temp\fitnesse I run: java fitnesse.jar -jar
&lt;br&gt;&amp;gt; grails-fitnesse\fitnesse.jar
&lt;br&gt;&amp;gt; This works fine. I can run tests.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Now when I try this from D:\Temp
&lt;br&gt;&amp;gt; java -classpath fitnesse\fitnesse.jar -jar fitnesse\fitnesse.jar 
&lt;/div&gt;&lt;br&gt;Using -classpath and -jar doesn't work the way you might think. &amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;----
&lt;br&gt;Robert C. Martin (Uncle Bob) &amp;nbsp;| email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670799&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;unclebob@...&lt;/a&gt;
&lt;br&gt;Object Mentor Inc. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| blog: &amp;nbsp;blog.objectmentor.com
&lt;br&gt;The Agile Transition Experts &amp;nbsp;| web: &amp;nbsp; www.objectmentor.com
&lt;br&gt;800-338-6716 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| twitter: unclebobmartin
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fresh-install-hangs-whenever-any-test-is-run-tp26393294p26670799.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26670782</id>
	<title>Re:Where to raise feature requests?</title>
	<published>2009-12-06T16:19:51Z</published>
	<updated>2009-12-06T16:19:51Z</updated>
	<author>
		<name>unclebob</name>
	</author>
	<content type="html">&amp;gt; Where to raise feature requests?
&lt;br&gt;&amp;gt; Posted by: &amp;quot;Marcel Overdijk&amp;quot; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670782&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;marceloverdijk@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Fri Dec 4, 2009 7:45 am (PST
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is there a place to raise feature requests?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Perhaps also a dev list (comapred to user list)?
&lt;br&gt;&lt;br&gt;You can post them to this list. &amp;nbsp;Or you can send them directly to me. &amp;nbsp;I'll enter them into the Pivotal Tracker site.
&lt;br&gt;&lt;a href=&quot;http://www.pivotaltracker.com/projects/44141&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.pivotaltracker.com/projects/44141&lt;/a&gt;&lt;br&gt;&lt;br&gt;----
&lt;br&gt;Robert C. Martin (Uncle Bob) &amp;nbsp;| email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670782&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;unclebob@...&lt;/a&gt;
&lt;br&gt;Object Mentor Inc. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| blog: &amp;nbsp;blog.objectmentor.com
&lt;br&gt;The Agile Transition Experts &amp;nbsp;| web: &amp;nbsp; www.objectmentor.com
&lt;br&gt;800-338-6716 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| twitter: unclebobmartin
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3AWhere-to-raise-feature-requests--tp26670782p26670782.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26670771</id>
	<title>Re:Use of numeric expressions in slim</title>
	<published>2009-12-06T16:17:57Z</published>
	<updated>2009-12-06T16:17:57Z</updated>
	<author>
		<name>unclebob</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; Use of numeric expressions in slim
&lt;br&gt;&amp;gt; Posted by: &amp;quot;brent_clark_sed&amp;quot; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670771&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brent_clark_sed@...&lt;/a&gt; &amp;nbsp;brent_clark_sed
&lt;br&gt;&amp;gt; Thu Dec 3, 2009 1:24 pm (PST)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; How do you use numeric expression in a slim.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This works:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; |Use Value |
&lt;br&gt;&amp;gt; | Id | getFailureReason? |
&lt;br&gt;&amp;gt; | ${= 1 + 1 =} | none|
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But using a variable does not. This
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; |Use Value |
&lt;br&gt;&amp;gt; | Id | getFailureReason? |
&lt;br&gt;&amp;gt; | ${= ${id} + 1 =} | none|
&lt;/div&gt;&lt;br&gt;No, that doesn't work. &amp;nbsp;You are mixing two different kinds of variables. &amp;nbsp;The ${var} variables are wiki page variable that are set with !define widgets. &amp;nbsp;SLIM variables are completely different. &amp;nbsp;You reference them as $var (note, no braces) and they are only valid in the context of a test. &amp;nbsp;The ${= expression =} widget deals well with wiki variables, but is evaluated long before slim variables are valid. &amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----
&lt;br&gt;Robert C. Martin (Uncle Bob) &amp;nbsp;| email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670771&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;unclebob@...&lt;/a&gt;
&lt;br&gt;Object Mentor Inc. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| blog: &amp;nbsp;blog.objectmentor.com
&lt;br&gt;The Agile Transition Experts &amp;nbsp;| web: &amp;nbsp; www.objectmentor.com
&lt;br&gt;800-338-6716 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| twitter: unclebobmartin
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3AUse-of-numeric-expressions-in-slim-tp26670771p26670771.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26670722</id>
	<title>HTML Wiki Pages.  Thanks Mike Stockdale!</title>
	<published>2009-12-06T16:10:34Z</published>
	<updated>2009-12-06T16:10:34Z</updated>
	<author>
		<name>unclebob</name>
	</author>
	<content type="html">The latest EDGE has a neat new feature. &amp;nbsp;
&lt;br&gt;&lt;br&gt;You can include external HTML pages as sub-wikis within the !-FitNesse-! wiki. If you have a set of tests that were written in HTML before you started to use !-FitNesse-!, you can include these in your current test suites without converting them to !-FitNesse-! wiki pages. &amp;nbsp;If you prefer not to use the !-FitNesse-! wiki syntax and !-FitNesse-! editor to maintain your tests, you can still use !-FitNesse-! to execute your tests, both interactively and in batch, view test results and track test history.
&lt;br&gt;&lt;br&gt;To include a folder of HTML files in the !-FitNesse-! wiki, simply place the folder somewhere beneath the !-FitNesseRoot-! folder that holds all the !-FitNesse-! wiki files. &amp;nbsp;Each folder containing HTML files will appear as a page and the HTML files will appear as child pages.
&lt;br&gt;&lt;br&gt;Here's an example:
&lt;br&gt;&lt;br&gt;&amp;nbsp;* We create a normal wiki page called !-MyExternalPages-! and put the !contents widget in it. &amp;nbsp;This creates a folder called !-MyExternalPages-! with some wiki files in it (content.txt, properties.xml and maybe some zip files).
&lt;br&gt;&amp;nbsp;* &amp;nbsp;We create a folder called !-HtmlPages-! as a sub-folder of !-MyExternalPages-! and create several HTML files in !-HTMLPages-!: !-TestA.html-!, !-TestB.html-! and !-TestC.html-!.
&lt;br&gt;&amp;nbsp;* !-FitNesse-! now shows a page called !-HtmlPages-! as a child of !-MyExternalPages-! and three child pages of !-HtmlPages-! called !-TestA-!, !-TestB-! and !-TestC-!.
&lt;br&gt;&lt;br&gt;The external HTML pages appear as read-only pages - you cannot edit them from !-FitNesse-! or change their properties (yet!). &amp;nbsp;The folder pages are always marked with the Suite property and the HTML pages are marked with the Test property if they contain at least one HTML table. &amp;nbsp;You can create !-SuiteSetup.html-! and !-SetUp.html-! files and !-FitNesse-! will treat these as special test pages, the same as wiki pages.
&lt;br&gt;&lt;br&gt;This is a first version of this feature and so there are a few caveats:
&lt;br&gt;&amp;nbsp;* If you use the ?edit or ?properties URL syntax, you can get to the edit and properties pages, but they will fail if you try to save.
&lt;br&gt;&amp;nbsp;* The contents of the HTML files are placed as is inside a !-FitNesse-! page, and may break the page display if there are unbalanced tags or other HTML problems that may not be apparent when the HTML is displayed on its own.
&lt;br&gt;&amp;nbsp;* Hyperlinks, images, Javascript files and other external references in the HTML may not behave as expected when placed inside a !-FitNesse-! page.
&lt;br&gt;&amp;nbsp;* Wiki page names are generated from the HTML file names, but there is no check to avoid potential name collisions. &amp;nbsp;For example, !-TestA.html-! and testa.html will both generate !-TestA-! as a wiki page name.
&lt;br&gt;&lt;br&gt;If you can avoid these issues, this feature should work well for you: it has been successfully used on a large suite of hundreds of HTML files.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----
&lt;br&gt;Robert C. Martin (Uncle Bob) &amp;nbsp;| email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670722&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;unclebob@...&lt;/a&gt;
&lt;br&gt;Object Mentor Inc. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| blog: &amp;nbsp;blog.objectmentor.com
&lt;br&gt;The Agile Transition Experts &amp;nbsp;| web: &amp;nbsp; www.objectmentor.com
&lt;br&gt;800-338-6716 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| twitter: unclebobmartin
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/HTML-Wiki-Pages.--Thanks-Mike-Stockdale%21-tp26670722p26670722.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26669623</id>
	<title>FitNesse Stories now on Pivotal Tracker.  No longer on LightHouse.</title>
	<published>2009-12-06T14:06:39Z</published>
	<updated>2009-12-06T14:06:39Z</updated>
	<author>
		<name>unclebob</name>
	</author>
	<content type="html">I moved all the FitNesse stories onto Pivotal Tracker. &amp;nbsp;&lt;a href=&quot;http://www.pivotaltracker.com/projects/44141&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.pivotaltracker.com/projects/44141&lt;/a&gt;&lt;br&gt;&lt;br&gt;This is a very powerful agile management tool. &amp;nbsp;Don't go looking on Lighthouse anymore.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----
&lt;br&gt;Robert C. Martin (Uncle Bob) &amp;nbsp;| email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26669623&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;unclebob@...&lt;/a&gt;
&lt;br&gt;Object Mentor Inc. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| blog: &amp;nbsp;blog.objectmentor.com
&lt;br&gt;The Agile Transition Experts &amp;nbsp;| web: &amp;nbsp; www.objectmentor.com
&lt;br&gt;800-338-6716 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| twitter: unclebobmartin
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/FitNesse-Stories-now-on-Pivotal-Tracker.--No-longer-on-LightHouse.-tp26669623p26669623.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26658978</id>
	<title>Re: How do I disable the new test History feature?</title>
	<published>2009-12-05T13:23:22Z</published>
	<updated>2009-12-05T13:23:22Z</updated>
	<author>
		<name>Marcel Overdijk</name>
	</author>
	<content type="html">I've created ticket &lt;a href=&quot;https://fitnesse.lighthouseapp.com/projects/23650-fitnesse/tickets/170&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://fitnesse.lighthouseapp.com/projects/23650-fitnesse/tickets/170&lt;/a&gt;&amp;nbsp;to provide a startup option to disable test history.
&lt;br&gt;&lt;br&gt;&lt;quote author=&quot;Marcel Overdijk&quot;&gt;&lt;br&gt;Sure is an option. But s onow and then somebody will forget and commit it...
&lt;br&gt;&lt;br&gt;Would be real good to make this an option.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Woody-13 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Just setup an svn ignore on the contents of the folder. &amp;nbsp;We ignore the history, the error logs, the recent changes and any other transitory data that doesn't belong there. &amp;nbsp;
&lt;br&gt;&lt;br&gt;--- In fitnesse@yahoogroups.com, Marcel Overdijk &amp;lt;marceloverdijk@...&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Same here...
&lt;br&gt;&amp;gt; Is there a way to disable it?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I had the same problem with backups of pages. Luckily the -e 0 option
&lt;br&gt;&amp;gt; existed. Something similar for history (like -h 0) would be great.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; bill.hedworth wrote:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; The feature is unnecessary for me, and people keep checking in masses of
&lt;br&gt;&amp;gt; &amp;gt; logs into svn since we upgraded.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/How-do-I-disable-the-new-test-History-feature--tp24463278p26639657.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/How-do-I-disable-the-new-test-History-feature--tp24463278p26639657.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the FitNesse mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;/quote&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-do-I-disable-the-new-test-History-feature--tp24463278p26658978.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26658977</id>
	<title>Re: How do I disable the new test History feature?</title>
	<published>2009-12-05T13:17:38Z</published>
	<updated>2009-12-05T13:17:38Z</updated>
	<author>
		<name>Marcel Overdijk</name>
	</author>
	<content type="html">Sure is an option. But s onow and then somebody will forget and commit it...
&lt;br&gt;&lt;br&gt;Would be real good to make this an option.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Woody-13 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Just setup an svn ignore on the contents of the folder. &amp;nbsp;We ignore the history, the error logs, the recent changes and any other transitory data that doesn't belong there. &amp;nbsp;
&lt;br&gt;&lt;br&gt;--- In fitnesse@yahoogroups.com, Marcel Overdijk &amp;lt;marceloverdijk@...&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Same here...
&lt;br&gt;&amp;gt; Is there a way to disable it?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I had the same problem with backups of pages. Luckily the -e 0 option
&lt;br&gt;&amp;gt; existed. Something similar for history (like -h 0) would be great.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; bill.hedworth wrote:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; The feature is unnecessary for me, and people keep checking in masses of
&lt;br&gt;&amp;gt; &amp;gt; logs into svn since we upgraded.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/How-do-I-disable-the-new-test-History-feature--tp24463278p26639657.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/How-do-I-disable-the-new-test-History-feature--tp24463278p26639657.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the FitNesse mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-do-I-disable-the-new-test-History-feature--tp24463278p26658977.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26652704</id>
	<title>Re: Where to raise feature requests?</title>
	<published>2009-12-04T19:30:33Z</published>
	<updated>2009-12-04T19:30:33Z</updated>
	<author>
		<name>Woody-13</name>
	</author>
	<content type="html">You can go to : &lt;a href=&quot;https://fitnesse.lighthouseapp.com/projects/23650-fitnesse/overview&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://fitnesse.lighthouseapp.com/projects/23650-fitnesse/overview&lt;/a&gt;&lt;br&gt;&lt;br&gt;This is the official defect tracking and feature request system.
&lt;br&gt;&lt;br&gt;Dan Woodward
&lt;br&gt;&lt;a href=&quot;http://whotestedthis.squarespace.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://whotestedthis.squarespace.com&lt;/a&gt;&lt;br&gt;------
&lt;br&gt;FitNesse using Java and SliM
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652704&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fitnesse@...&lt;/a&gt;, Marcel Overdijk &amp;lt;marceloverdijk@...&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is there a place to raise feature requests?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Perhaps also a dev list (comapred to user list)?
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/Where-to-raise-feature-requests--tp26635887p26635887.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Where-to-raise-feature-requests--tp26635887p26635887.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the FitNesse mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Where-to-raise-feature-requests--tp26644440p26652704.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26652677</id>
	<title>Re: How do I disable the new test History feature?</title>
	<published>2009-12-04T19:24:57Z</published>
	<updated>2009-12-04T19:24:57Z</updated>
	<author>
		<name>Woody-13</name>
	</author>
	<content type="html">Just setup an svn ignore on the contents of the folder. &amp;nbsp;We ignore the history, the error logs, the recent changes and any other transitory data that doesn't belong there. &amp;nbsp;
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652677&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fitnesse@...&lt;/a&gt;, Marcel Overdijk &amp;lt;marceloverdijk@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Same here...
&lt;br&gt;&amp;gt; Is there a way to disable it?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I had the same problem with backups of pages. Luckily the -e 0 option
&lt;br&gt;&amp;gt; existed. Something similar for history (like -h 0) would be great.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; bill.hedworth wrote:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; The feature is unnecessary for me, and people keep checking in masses of
&lt;br&gt;&amp;gt; &amp;gt; logs into svn since we upgraded.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/How-do-I-disable-the-new-test-History-feature--tp24463278p26639657.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/How-do-I-disable-the-new-test-History-feature--tp24463278p26639657.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the FitNesse mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-do-I-disable-the-new-test-History-feature--tp24463278p26652677.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26639657</id>
	<title>Re: How do I disable the new test History feature?</title>
	<published>2009-12-04T13:42:32Z</published>
	<updated>2009-12-04T13:42:32Z</updated>
	<author>
		<name>Marcel Overdijk</name>
	</author>
	<content type="html">Same here...
&lt;br&gt;Is there a way to disable it?
&lt;br&gt;&lt;br&gt;I had the same problem with backups of pages. Luckily the -e 0 option existed. Something similar for history (like -h 0) would be great.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;bill.hedworth wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;The feature is unnecessary for me, and people keep checking in masses of logs into svn since we upgraded.
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-do-I-disable-the-new-test-History-feature--tp24463278p26639657.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26647807</id>
	<title>Using hash widget in Slim</title>
	<published>2009-12-04T11:21:15Z</published>
	<updated>2009-12-04T11:21:15Z</updated>
	<author>
		<name>ssaha_ghx</name>
	</author>
	<content type="html">I am trying to use the new hash widget in v20091121 in a sample Slim test as follows:
&lt;br&gt;&lt;br&gt;!|script|java.util.HashMap|
&lt;br&gt;|putAll |!{a:b, c:d} &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|show &amp;nbsp; |toString &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&lt;br&gt;Unfortunately, the toString() comes back with a result of {}. If I define the widget outside of the table, it gets rendered as an html table, but it fails to do anything within the slim table itself.
&lt;br&gt;&lt;br&gt;Any suggestions?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sanjeev
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-hash-widget-in-Slim-tp26647807p26647807.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26645101</id>
	<title>Re: Re: Change default Fixture in Flow-Mode</title>
	<published>2009-12-04T08:26:23Z</published>
	<updated>2009-12-04T08:26:23Z</updated>
	<author>
		<name>jediwhale</name>
	</author>
	<content type="html">Problem with your new idea is it introduces an infinite loop: 
&lt;br&gt;myObject.getSUT returns SequenceFixture, SequenceFixture.getSUT returns 
&lt;br&gt;myObject, ... &amp;nbsp;This loop continues until it gets an object that is not a 
&lt;br&gt;DomainAdapter, which never happens in your case.
&lt;br&gt;&lt;br&gt;The ultimate solution is to provide a way for you to control what the 
&lt;br&gt;wrapping fixture is.
&lt;br&gt;&lt;br&gt;A simpler change, I think, is to make DoFixture to wrap with DoFixture 
&lt;br&gt;and SequenceFixture wrap with SequenceFixture. &amp;nbsp;This seems to provide 
&lt;br&gt;more consistent behavior, i.e., if you started the test with one style, 
&lt;br&gt;it will be continued throughout the test.
&lt;br&gt;&lt;br&gt;I'll add these both to the issue list 
&lt;br&gt;&lt;a href=&quot;http://github.com/jediwhale/fitsharp/issues&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://github.com/jediwhale/fitsharp/issues&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;sch_max wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thank you,
&lt;br&gt;&amp;gt; I am using C#.
&lt;br&gt;&amp;gt; Didn't heared of that DomainAdapter before.
&lt;br&gt;&amp;gt; But what if the myObject.myAction( arg) returns an object, which also 
&lt;br&gt;&amp;gt; returns objects. I have to write such adapters for all classes, which 
&lt;br&gt;&amp;gt; are returning objects. Am I right?
&lt;br&gt;&amp;gt; So this would be more effort to me as to change all &amp;quot;return object;&amp;quot; 
&lt;br&gt;&amp;gt; to &amp;quot;return new SequenceFixture( object);&amp;quot; or to change to DoFixture.
&lt;br&gt;&amp;gt; I got another idea while watching at your solution:
&lt;br&gt;&amp;gt; public class MyObject implements DomainAdapter {
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; public Object getSystemUnderTest( ) {
&lt;br&gt;&amp;gt; return new SequenceFixture( this);
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; This would be a good solution, cause most of my classes inherit from 
&lt;br&gt;&amp;gt; one class.
&lt;br&gt;&amp;gt; But this makes FitServer hang on test.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; kind regards
&lt;br&gt;&amp;gt; Max
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --- In fitnesse@yahoogroup s.com &amp;lt;mailto:fitnesse%40yahoogroups.com&amp;gt;, 
&lt;br&gt;&amp;gt; Rick Mugridge &amp;lt;rick@...&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hi Max,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; What programming language are you using?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; In FitLibrary in Java, it would require a code change for auto-wrapping
&lt;br&gt;&amp;gt; &amp;gt; to be done with a SequenceFixture instead. I've been gradually adding
&lt;br&gt;&amp;gt; &amp;gt; plugin points to adapt behaviour like that, so could add this as a new
&lt;br&gt;&amp;gt; &amp;gt; plugin point.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; For now, you could introduce an &amp;quot;adapter&amp;quot; object which has the 
&lt;br&gt;&amp;gt; object of
&lt;br&gt;&amp;gt; &amp;gt; interest as a SUT (System Under Test). Then you can provide an adapter
&lt;br&gt;&amp;gt; &amp;gt; method for each action that explicitly wraps the returned object in a
&lt;br&gt;&amp;gt; &amp;gt; SequenceFixture before FitLibrary auto-wraps it. Eg, if the action is:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; |''my action''|12|
&lt;br&gt;&amp;gt; &amp;gt; |''action on returned seq''|1|2|3|
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; The adapter class you need is something like:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; public class MyAdapter implements DomainAdapter {
&lt;br&gt;&amp;gt; &amp;gt; private MyObject myObject = new MyObject();
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; public Object getSystemUnderTest( ) {
&lt;br&gt;&amp;gt; &amp;gt; return myObject;
&lt;br&gt;&amp;gt; &amp;gt; }
&lt;br&gt;&amp;gt; &amp;gt; public SequenceFixture myAction(int arg) {
&lt;br&gt;&amp;gt; &amp;gt; return new SequenceFixture( myObject. myAction( arg));
&lt;br&gt;&amp;gt; &amp;gt; }
&lt;br&gt;&amp;gt; &amp;gt; }
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Only actions that require explicit wrapping with SequenceFixture 
&lt;br&gt;&amp;gt; need to
&lt;br&gt;&amp;gt; &amp;gt; be included in the adapter. If FitLibrary doesn't find an action in the
&lt;br&gt;&amp;gt; &amp;gt; adapter, it then looks in the SUT (and then its SUT, if any).
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; That way, you don't need to change the MyObject code at all. This also
&lt;br&gt;&amp;gt; &amp;gt; allows you to introduce different names for actions, if needed.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I hope that's enough detail to help...
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Cheers, Rick
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; sch_max wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I'm using Flow-Mode for my tests.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; The first object in tests always inherits from SequenceFixture.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; But when a method/property returns an object, the default fixture
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; DoFixture is used at this point. Is it possible to change this to
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; SequenceFixture, because I prefer this one?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I know it is possible, when returning object inherits from
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; SequenceFixture or if it is wrapped in a SequenceFixture (by return
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; new SequenceFixture( object)). But I can not do this. I have to 
&lt;br&gt;&amp;gt; inherit
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; from another class which I can not change. Wrapping all objects with
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; SequenceFixture isn't a good solution.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; The best way would be to simply change default fixture anyway.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Would be great if you could give me some advice.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Max
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Cheers,
&lt;br&gt;Mike Stockdale
&lt;br&gt;&lt;br&gt;/fit/Sharp &amp;lt;&lt;a href=&quot;http://www.syterra.com/FitSharp.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.syterra.com/FitSharp.html&lt;/a&gt;&amp;gt;
&lt;br&gt;FitNesse.NET &amp;lt;&lt;a href=&quot;http://www.syterra.com/FitnesseDotNet.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.syterra.com/FitnesseDotNet.html&lt;/a&gt;&amp;gt;
&lt;br&gt;Syterra Software Inc. &amp;lt;&lt;a href=&quot;http://www.syterra.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.syterra.com&lt;/a&gt;&amp;gt;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Change-default-Fixture-in-Flow-Mode-tp26633047p26645101.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26644691</id>
	<title>Re: Re: Trinidad Maven Plugin</title>
	<published>2009-12-04T08:02:43Z</published>
	<updated>2009-12-04T08:02:43Z</updated>
	<author>
		<name>Gojko Adzic</name>
	</author>
	<content type="html">&lt;br&gt;&amp;gt; Hi Gojko,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Sorry for the very late reply, but where can I find a newer version of the 1.0.9 Maven runner??
&lt;br&gt;&lt;br&gt;see &lt;a href=&quot;http://fitnesse.info/trinidad&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fitnesse.info/trinidad&lt;/a&gt;&lt;br&gt;&lt;br&gt;gojko
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Trinidad-Maven-Plugin-tp26301090p26644691.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26642720</id>
	<title>FitlibraryWeb database fixture TypeOfResult</title>
	<published>2009-12-04T05:45:54Z</published>
	<updated>2009-12-04T05:45:54Z</updated>
	<author>
		<name>gfbrols</name>
	</author>
	<content type="html">I've downloaded latest version of FitLibrary and add fitnesse jar of 2009 08 has suggested.
&lt;br&gt;At that point, everything works fine. 
&lt;br&gt;Next, I've downloaded FitlibraryWeb and installed it in the same location.
&lt;br&gt;I really like to be able to use your template systems with db insert,...
&lt;br&gt;So I created a page
&lt;br&gt;with following content:
&lt;br&gt;&lt;br&gt;!|fitlibrary.database.Oracle|
&lt;br&gt;&lt;br&gt;|''connect''|localhost|''with''|rick|''and password''|past|''to''|db|
&lt;br&gt;&lt;br&gt;&lt;br&gt;I ran it and found out that I had to add a oracle driver in the lib directory. I've added the file ojdbc14-10.2.0.3.jar
&lt;br&gt;When I ran the test, I get the following:
&lt;br&gt;connect
&lt;br&gt;________________________________________
&lt;br&gt;Missing methods: public TypeOfResult connectWithAndPasswordTo(Type1 arg1, Type2 arg2, Type3 arg3, Type4 arg4) { } in class fitlibrary.database.Oracle or class dbfit.OracleTest 
&lt;br&gt;&lt;br&gt;Could you tell me how you managed to use the database fixtures without getting this kind of error?
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/FitlibraryWeb-database-fixture-TypeOfResult-tp26642720p26642720.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26644440</id>
	<title>Where to raise feature requests?</title>
	<published>2009-12-04T05:19:29Z</published>
	<updated>2009-12-04T05:19:29Z</updated>
	<author>
		<name>Marcel Overdijk</name>
	</author>
	<content type="html">&lt;br&gt;Is there a place to raise feature requests?
&lt;br&gt;&lt;br&gt;Perhaps also a dev list (comapred to user list)?
&lt;br&gt;-- 
&lt;br&gt;View this message in context: &lt;a href=&quot;http://old.nabble.com/Where-to-raise-feature-requests--tp26635887p26635887.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Where-to-raise-feature-requests--tp26635887p26635887.html&lt;/a&gt;&lt;br&gt;Sent from the FitNesse mailing list archive at Nabble.com.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Where-to-raise-feature-requests--tp26644440p26644440.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26644453</id>
	<title>Re: Change default Fixture in Flow-Mode</title>
	<published>2009-12-04T04:46:51Z</published>
	<updated>2009-12-04T04:46:51Z</updated>
	<author>
		<name>sch_max</name>
	</author>
	<content type="html">Thank you,
&lt;br&gt;I am using C#.
&lt;br&gt;Didn't heared of that DomainAdapter before.
&lt;br&gt;But what if the myObject.myAction(arg) returns an object, which also returns objects. I have to write such adapters for all classes, which are returning objects. Am I right?
&lt;br&gt;So this would be more effort to me as to change all &amp;quot;return object;&amp;quot; to &amp;quot;return new SequenceFixture(object);&amp;quot; or to change to DoFixture.
&lt;br&gt;I got another idea while watching at your solution:
&lt;br&gt;public class MyObject implements DomainAdapter {
&lt;br&gt;...
&lt;br&gt;&amp;nbsp; &amp;nbsp;public Object getSystemUnderTest() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return new SequenceFixture(this);
&lt;br&gt;&amp;nbsp; &amp;nbsp;}
&lt;br&gt;...
&lt;br&gt;}
&lt;br&gt;This would be a good solution, cause most of my classes inherit from one class.
&lt;br&gt;But this makes FitServer hang on test.
&lt;br&gt;&lt;br&gt;kind regards
&lt;br&gt;Max
&lt;br&gt;&lt;br&gt;--- In &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26644453&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fitnesse@...&lt;/a&gt;, Rick Mugridge &amp;lt;rick@...&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi Max,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What programming language are you using?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In FitLibrary in Java, it would require a code change for auto-wrapping 
&lt;br&gt;&amp;gt; to be done with a SequenceFixture instead. I've been gradually adding 
&lt;br&gt;&amp;gt; plugin points to adapt behaviour like that, so could add this as a new 
&lt;br&gt;&amp;gt; plugin point.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; For now, you could introduce an &amp;quot;adapter&amp;quot; object which has the object of 
&lt;br&gt;&amp;gt; interest as a SUT (System Under Test). Then &amp;nbsp;you can provide an adapter 
&lt;br&gt;&amp;gt; method for each action that explicitly wraps the returned object in a 
&lt;br&gt;&amp;gt; SequenceFixture before FitLibrary auto-wraps it. Eg, if the action is:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; |''my action''|12|
&lt;br&gt;&amp;gt; |''action on returned seq''|1|2|3|
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The adapter class you need is something like:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; public class MyAdapter implements DomainAdapter {
&lt;br&gt;&amp;gt; &amp;nbsp; private MyObject myObject = new MyObject();
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;public Object getSystemUnderTest() {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return myObject;
&lt;br&gt;&amp;gt; &amp;nbsp;}
&lt;br&gt;&amp;gt; &amp;nbsp; public SequenceFixture myAction(int arg) {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;return new SequenceFixture(myObject.myAction(arg));
&lt;br&gt;&amp;gt; &amp;nbsp; }
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Only actions that require explicit wrapping with SequenceFixture need to 
&lt;br&gt;&amp;gt; be included in the adapter. If FitLibrary doesn't find an action in the 
&lt;br&gt;&amp;gt; adapter, it then looks in the SUT (and then its SUT, if any).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; That way, you don't need to change the MyObject code at all. This also 
&lt;br&gt;&amp;gt; allows you to introduce different names for actions, if needed.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I hope that's enough detail to help...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers, Rick
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; sch_max wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I'm using Flow-Mode for my tests.
&lt;br&gt;&amp;gt; &amp;gt; The first object in tests always inherits from SequenceFixture.
&lt;br&gt;&amp;gt; &amp;gt; But when a method/property returns an object, the default fixture 
&lt;br&gt;&amp;gt; &amp;gt; DoFixture is used at this point. Is it possible to change this to 
&lt;br&gt;&amp;gt; &amp;gt; SequenceFixture, because I prefer this one?
&lt;br&gt;&amp;gt; &amp;gt; I know it is possible, when returning object inherits from 
&lt;br&gt;&amp;gt; &amp;gt; SequenceFixture or if it is wrapped in a SequenceFixture (by return 
&lt;br&gt;&amp;gt; &amp;gt; new SequenceFixture(object)). But I can not do this. I have to inherit 
&lt;br&gt;&amp;gt; &amp;gt; from another class which I can not change. Wrapping all objects with 
&lt;br&gt;&amp;gt; &amp;gt; SequenceFixture isn't a good solution.
&lt;br&gt;&amp;gt; &amp;gt; The best way would be to simply change default fixture anyway.
&lt;br&gt;&amp;gt; &amp;gt; Would be great if you could give me some advice.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;gt; Max
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Change-default-Fixture-in-Flow-Mode-tp26633047p26644453.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26635849</id>
	<title>Re: Fresh install hangs whenever ANY test is run with Fit</title>
	<published>2009-12-04T02:45:14Z</published>
	<updated>2009-12-04T02:45:14Z</updated>
	<author>
		<name>Marcel Overdijk</name>
	</author>
	<content type="html">I've also big problems with the &amp;quot;hang&amp;quot; problem.
&lt;br&gt;&lt;br&gt;Imagine this scenario:
&lt;br&gt;&lt;br&gt;D:\Temp\fitnesse\fitnesse.jar
&lt;br&gt;from D:\Temp\fitnesse I run: java fitnesse.jar -jar grails-fitnesse\fitnesse.jar
&lt;br&gt;This works fine. I can run tests.
&lt;br&gt;&lt;br&gt;Now when I try this from D:\Temp
&lt;br&gt;java -classpath fitnesse\fitnesse.jar -jar fitnesse\fitnesse.jar 
&lt;br&gt;The test just hangs... 
&lt;br&gt;&lt;br&gt;What's wrong?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Marcel
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;ggramlich wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi Rob,
&lt;br&gt;&lt;br&gt;I did this on a Windows XP machine.
&lt;br&gt;After pressing Test, I get
&lt;br&gt;&lt;br&gt;fit.exception.FitParseException: Can't find tag: table at
&lt;br&gt;fit.Parse.findMatchingEndTag(Parse.java:89) at fit.Parse.(Parse.java:49) at
&lt;br&gt;fit.Parse.(Parse.java:37) at fit.FitServer.process(FitServer.java:80) at
&lt;br&gt;fit.FitServer.run(FitServer.java:56) at
&lt;br&gt;fit.FitServer.main(FitServer.java:41)
&lt;br&gt;&lt;br&gt;When I click on the blue Info icon, the ErrorLog shows
&lt;br&gt;Command: java -cp fitnesse.jar;defaultPath fit.FitServer xp-terra-home 8070
&lt;br&gt;2
&lt;br&gt;&lt;br&gt;So this seems to work well for me.
&lt;br&gt;I tried with and without -d option.
&lt;br&gt;&lt;br&gt;Gregor
&lt;br&gt;&lt;br&gt;&lt;br&gt;2009/12/1 Rob M &amp;lt;robmyers64@gmail.com&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ack! Let's start over.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've updated the title of this post. Surprised no one has chimed in with
&lt;br&gt;&amp;quot;me too&amp;quot; or &amp;quot;you fool, you just need to...&amp;quot; (Actually, I'm hoping for the
&lt;br&gt;2nd more than the 1st ;-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please, someone...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 1. Do a fresh install.
&lt;br&gt;&amp;gt; 2. Create a test page. Don't even include a table. Don't set any variables
&lt;br&gt;(i.e., don't use Slim, allow Fit to be the default). (I called mine the
&lt;br&gt;XyzzyTestPage because I just entered the text &amp;quot;Nothing happens.&amp;quot; The goal is
&lt;br&gt;to see that &amp;quot;Nothing happens.&amp;quot;)
&lt;br&gt;&amp;gt; 3. Press run.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If it works for you, please tell me what platform you are on, what build
&lt;br&gt;you used, and what dark magic you used.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Rob
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --- In fitnesse@yahoogroups.com, &amp;quot;Rob M&amp;quot; &amp;lt;robmyers64@...&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; That makes sense. And, since I'm trying to teach the least common
&lt;br&gt;denominator implementation, I'd like to use Fit.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; The only remaining problem is the classpath. Whenever there's a
&lt;br&gt;classpath problem, the system hangs. So how do I build a nice, simple,
&lt;br&gt;common-sense classpath containing fitnesse.jar, fitlibrary.jar, and my own
&lt;br&gt;fixtures/classes? I'm sure I'm just a small step away from success, but
&lt;br&gt;without feedback from the tool, I'm doing a rather frustrating binary search
&lt;br&gt;through potential solutions...
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; --- In fitnesse@yahoogroups.com, Lars Vonk &amp;lt;lars.vonk@&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; The second one is only necessary if you actually use Slim as
&lt;br&gt;test_system
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; IIRC. Fit is the default.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Thu, Nov 19, 2009 at 6:08 PM, Rob M &amp;lt;robmyers64@&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Can't run a test w/o 'em:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; !path C:\blah blah blah\blah\fitnesse.jar
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; !define TEST_SYSTEM {slim}
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; I think the first has been necessary for many years. The 2nd is new.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Neither is documented as necessary to get a test running. Without
&lt;br&gt;the
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; !define, I get no response back from the server: No fail, no stack
&lt;br&gt;trace, no
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; HTTP response, AFAIK.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks for all the help!
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Rob
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; --- In fitnesse@yahoogroups.com &amp;lt;fitnesse%40yahoogroups.com&amp;gt;, Lars
&lt;br&gt;Vonk
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;lt;lars.vonk@&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; I am not sure if this helps for you, but you could try adding
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; fitnesse.jar
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; to your classpath like: !path fitnesse.jar.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Lars
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Tue, Nov 17, 2009 at 5:43 PM, Rob M &amp;lt;robmyers64@&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; I just have the worst luck with fresh new FitNesse
&lt;br&gt;installations...
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; I just installed FitNesse v20090818 on a newly configured
&lt;br&gt;system.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Whenever
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; I run a test (either the FitNesse self-tests, or a simple test
&lt;br&gt;page
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; that
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; doesn't even have a fixture built yet) it hangs.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; It doesn't seem to be eating up CPU. It just seems to forget I'm
&lt;br&gt;here,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; waiting. Clicking on STOP does nothing. Clicking to another
&lt;br&gt;FitNesse
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; page
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; responds (slowly).
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; There is no extra output in the FitNesse server window
&lt;br&gt;indicating any
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; problem.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; I tried to search the local install for 'known defects' and got
&lt;br&gt;a null
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; pointer exception. Laughter ensued. Not planning to report that
&lt;br&gt;one,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; but
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; maybe there's a connection...?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; System details:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; A fresh install of Win XP Pro SP 2.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Java 1.6
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Other installed sw (in case this triggers a flash in someone's
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; brainstorm):
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Lotus Notes, IE 6.0, Office 2003, and a few other ancient
&lt;br&gt;relics.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; I'm hoping someone has seen this before, and will have a
&lt;br&gt;solution. Need
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; to
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; know yesterday. Instant gratification will be appropriately
&lt;br&gt;rewarded.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; ;-)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks!
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Rob
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fresh-install-hangs-whenever-any-test-is-run-tp26393294p26635849.html" />
</entry>

</feed>
