-
I think this problem was fixed in fitnesse release 2008-08-12 (but I have not verified it, just used it).
2008-11-29 19:57:46 UTC in FitNesse
-
I verified that the problem still exists in the newest fitnesse release 2008-11-15.
2008-11-29 19:55:54 UTC in FitNesse
-
VERSION: Fitnesse 2008-08-12
A RACE condition exists when 2 or more TestRunners use the same Fitnesse server while running tests on different "TestBeds".
A "TestBed" provides the TEST_RUNNER variable and testbed-specific setup,
for example a set of testbed-specific constants that are defined via included page w/ variable definitions.
The syndrome occurs when a test page includes another...
2008-11-13 12:46:45 UTC in FitNesse
-
The package "PyFIT" is no longer found via "Package list" or "Package search" functionality.
NOTE: Different package version were formerly registered under "PyFIT" and "PyFit".
Direct access with known, existing revision number still works, like:
- http://pypi.python.org/pypi/PyFIT/0.8a2
- http://pypi.python.org/pypi/PyFIT/0.8a1
This problem exists approx. for 1 year.
Normally, I only...
2008-11-12 12:01:26 UTC in Python Package Index
-
VERSION: Fitnesse 20070619
VERSION: Fitnesse 20080511 source snapshot
EXAMPLE: Directory tree
FitNesseRoot/
+-- TestBed/SystemA -- TEST_RUNNER w/ args
| +-- TestSuite/ -> .TestSuite/
| +-- TestSuite2/ -> .TestSuite2/
+-- TestSuite/
| +-- SuiteA/
| +-- ...
+-- TestSuite2/
| +-- SuiteA/ -> .TestSuite/SuiteA/
| +-- ...
DESCRIPTION...
2008-08-07 08:33:53 UTC in FitNesse
-
Context: Software trunk
Revision: 292 (and before 277)
Variable inheritance no longer works for included pages.
Included pages only resolve variables that are defined on the same page or are pre-included on the same the page.
NOTE: Variable inheritance was still working for included pages in the 2007 release (and before).
EXAMPLE:
page:MyMacro
Show !-MyName-! = ${MyName}
--------...
2008-07-04 17:06:55 UTC in FitNesse
-
jens_engel committed revision 19 to the Fixture Gallery SVN repository, changing 4 files.
2008-05-22 20:48:53 UTC in Fixture Gallery
-
jens_engel committed revision 16 to the Fixture Gallery SVN repository, changing 1 files.
2008-05-19 20:37:27 UTC in Fixture Gallery
-
jens_engel committed revision 15 to the Fixture Gallery SVN repository, changing 77 files.
2008-05-19 20:19:26 UTC in Fixture Gallery
-
Due to leading white space stripping the directory structure is no longer visible.
Another try with dotted page names:
FitNesseRoot/
+-- TestSuite/ -- Generic or specific tests.
+-- TestBed/
+-- TestBed.TestBed1/ -- TestBed specific definitions.
+-- TestBed.TestBed1.MyDefinitions -- Additional TestBed defs.
+-- TestBed.TestBed1.TestSuite -> symlink-to:.TestSuite.
2008-05-13 11:34:58 UTC in FitNesse