Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

fitnesse

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3717
  • Category: Testing
  • Founded: Feb 26, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 19237 - 19266 of 20037   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
19237 mmakulla Send Email Jul 6, 2012
5:37 pm
Hi, I am trying to update out current installation of Fitnesse to version 20120706. The auto-update and everything works fine, but I encountered a new problem...
19238 Mike Stockdale
jediwhale Send Email
Jul 7, 2012
5:08 pm
This works fine in the latest source version. If you are having problems you can try the edge build or wait for a new release. ... -- Cheers, Mike Stockdale ...
19239 Mike Stockdale
jediwhale Send Email
Jul 7, 2012
5:16 pm
What does your code for SomeCustomType look like? ... -- Cheers, Mike Stockdale /fit/Sharp <http://fitsharp.github.com> Syterra Software Inc....
19240 w6rabbit Send Email Jul 9, 2012
12:59 am
Setting up a new fitnesse site for a new employer for some REST tests. I'm not convinced I have it set up correctly. All the fit acceptance tests run fine. My...
19241 Gregor Gramlich
gregorgramlich Send Email
Jul 9, 2012
4:49 am
Hi Brad, you are using the Slim TEST_SYSTEM. So you need to use both fixtures each in a TableTable. The default table type that you are currently using is a ...
19242 ralf.kern@...
ralf.kern... Send Email
Jul 9, 2012
5:51 am
Hi, I was just wondering where to get this new version from... Bye, Ralf...
19243 w6rabbit Send Email Jul 9, 2012
4:15 pm
Good catch Gregor. adding "Table:" did the trick. I'll have to go back and see if I mis-read the instructions of if they were wrong. Thanks, Brad....
19244 thennam_fitnesse
thennam_fitn... Send Email
Jul 9, 2012
4:15 pm
I am able to make the page as readonly, by making changes to WikiPageActions. I have disabled the edit, add, properties and refactor options....
19245 Dan Woodward
rsidan Send Email
Jul 9, 2012
4:26 pm
There is a catch though. A user wise to the URL schemes can still edit by adding ?edit to the end of the URL. If you don't want that, you have to go all the...
19246 thennam_fitnesse
thennam_fitn... Send Email
Jul 10, 2012
4:46 pm
Hi Dan, Thanks for the info. Have changed the ResponderFactory. It will add the responders for add, edit...etc only if the readonly flag is not set. Thanks, ...
19247 w6rabbit Send Email Jul 10, 2012
9:22 pm
Posting username/password works and returns token. !|Table:smartrics.rest.fitnesse.fixture.RestFixture|http://website.com| ... with this JSON { ...
19248 tomm152 Send Email Jul 11, 2012
2:09 am
Hi all, I've been trying to use the xpath axes 'descendant&#39; in some fitlibraryweb tests and have encountered some issues. Although it works to a (limited)...
19249 mmakulla Send Email Jul 11, 2012
11:13 am
Hi, I obtained my version via http://fitnesse.org/FrontPage.FitNesseDevelopment.DownLoad which redirects to (Jenkins) ...
19250 mmakulla Send Email Jul 11, 2012
11:13 am
Hi, basically it is a widget which allows the definition of "table variables". A variable can be assinged a table which in turn can be referenced in a wiki...
19251 saurabh
ultimate_sau... Send Email
Jul 11, 2012
11:13 am
I have a test where i want to read tags in an xml file (that is accessed in a browser) ... For e.g. if "tagname" consists content as "Java" , then i will get...
19252 mmakulla Send Email Jul 11, 2012
11:13 am
Ok - I was able to produce the following work around: By checking the content of each symbol I am able to determine the table variables and can handle them...
19253 Adam
adamnclarke Send Email
Jul 11, 2012
3:33 pm
Ah, I worried that that might be the case. Is there no way of doing it then? Is there no way of getting a value from a spreadsheet and using that value as part...
19254 blooming_ixia Send Email Jul 11, 2012
3:35 pm
Hi All, I have a suite of UI tests, which runs fine as individual tests but when I run as a suite, only 1st test passes and for successive tests the...
19255 Mike Stockdale
jediwhale Send Email
Jul 11, 2012
5:16 pm
There's a Java implementation of DbFit - not sure where you get it - so you could do it all in Java maybe. ... -- Cheers, Mike Stockdale /fit/Sharp...
19256 Mike Stockdale
jediwhale Send Email
Jul 11, 2012
5:59 pm
I don't see an obvious problem with your code. What is the class of 'symbol&#39; and what is the value of symbol.getType().toString() when you expect it to...
19257 Darren Rowley
rowleydm Send Email
Jul 12, 2012
12:33 am
The latest java version is still available at the dbfit sourceforge site. It is also bundled with FitLibraryWeb and there are a couple of very basic wrappers...
19258 Darren Rowley
rowleydm Send Email
Jul 12, 2012
1:37 am
Strange because this pretty much all works for me, I noticed in your second example you had forgotten to prefix the aaa with a / or // or (// if you omit these...
19259 tomm152 Send Email Jul 12, 2012
11:24 pm
Hi Darren, Thanks for the reply - very helpful. Your example did indeed work when I ran it, and helped me figure out what I was doing wrong. As you...
19260 mmakulla Send Email Jul 13, 2012
12:14 pm
Oddly the class of "symbol" in the case you mentioned is "SymbolType&quot; but the toString-Method returns "SymbolList&quot;....
19261 blooming_ixia Send Email Jul 13, 2012
3:08 pm
Answering my own question. This issue got resolved when we added |add global|CustomSpiderFixture| to setup. I am having two different issues now. 1. Even...
19262 Arjan Molenaar
arjan.molenaar Send Email
Jul 13, 2012
3:08 pm
Hi all, I performed a big merge this afternoon. The merge sports a rich text editor. This editor can be used to edit wiki pages in a wysiwyg (what you see is...
19263 sjp_rice Send Email Jul 14, 2012
3:20 am
Hi - I was wondering if anyone can help explain what is wrong with this scenario Fitnesse works happily having simply specified the path to the Executable JAR...
19264 Gregor Gramlich
gregorgramlich Send Email
Jul 15, 2012
6:54 pm
Hi Arjan, I am currently not using fitnesse, but tried the new version with the rich text editor in Chrome. This is a huge step forward and it looks really...
19265 ralf.kern@...
ralf.kern... Send Email
Jul 16, 2012
6:56 am
Hi Arjan, I just tested the fitnesse-standalone version with IE8 - the fitnesse.jar did not start due to lack of some imports. Unfortunately the...
19266 Arjan Molenaar
arjan.molenaar Send Email
Jul 16, 2012
12:38 pm
Hi, ... Okay. I tried with IE8 and it seemed to work (but that was when the code was still on a branch). In IE7 the rich text component won't load. The "old"...
Messages 19237 - 19266 of 20037   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help