-
Lance,
The thing that is swallowing the key mappings is actually FckEditor - the javascript based wysiwyg editor embedded in the 'Design' page of the FitPro editor. It might be possible to allow every non-mapped key pass through to Eclipse proper, but I don't really know.
I am actually working on a few patches at the moment to improve certain things in the FitPro editor - one simple one...
2008-10-13 01:59:04 UTC in FITpro - Acceptance Test Solutions
-
The attached patch alters FilePrinter to print directories, then files. The directories and files are sorted in a 'natural' order using strnatcasecmp(). This should make it easier to navigate the test files and directories.
File Added: sort-navigator.patch.
2008-03-02 03:13:01 UTC in FITpro - Acceptance Test Solutions
-
I have attached a second file fitproweb-project-per-file-within-project.patch. This one supercedes the previous one.
This version assumes that there is one parent directory with all the projects one level below (one per directory). Each project then has a 'config-fitpro.xml' file in its root directory.
This patch then scans each project's directory and if it finds the 'config-fitpro.xml'...
2008-03-02 02:28:20 UTC in FITpro - Acceptance Test Solutions
-
Having thought this through a little more I think a better approach may be to scan the sub-directories for a well-known configuration filename. This allows the project's configuration to live with each project and be more easily controlled by the individual project (no need for elevated permissions to edit config.xml).
I will hopefully provide an extended patch soon.
2008-02-29 00:32:27 UTC in FITpro - Acceptance Test Solutions
-
The ability to configure which files the navigator shows would help us. We currently use .fit files for our tests and .scn for "scenarios". The latter do not show in the interface which means the project cannot be easily navigated. We do not want to rename the scenarios as they shouldn't not be run as fit test cases when running a folder.
2008-02-29 00:29:53 UTC in FITpro - Acceptance Test Solutions
-
Using the navigator is difficult as directories and files appear in a somewhat arbitrary order.
Making this alphabetically sorted would help a lot.
2008-02-29 00:27:01 UTC in FITpro - Acceptance Test Solutions
-
When running a directory the runner reports that is has run files in our '.svn' directory. It doesn't find any tests, but the output is cluttered and more difficult to read than it needs to be.
This was noticed on FITpro Web, I have not tried the Eclipse plugin.
Being able to configure exactly what the runner should run (probably using filename extension matching) would help make test...
2008-02-28 00:07:00 UTC in FITpro - Acceptance Test Solutions
-
I have attached a patch for FITpro Web. I enables projects to be configured in separate files (as well as in the normal config.xml file).
This makes it easier to enable/disable projects automatically
Also, if one of the projects has a broken config file it now doesn't affect any other projects, making the system a little more robust.
Change Overview:
* Project objects now have a...
2008-02-18 00:35:33 UTC in FITpro - Acceptance Test Solutions
-
Logged In: YES
user_id=1133834
I have played with this a little and initial results show
that changing WebTableRow's initialize() method making the line:
@container = @ieController
read
@container = self
seems to solve this problem (the row becomes the element
WebContainer call getDocument() on - within which it finds
the correct element type).
I haven't run the...
2006-01-16 21:44:48 UTC in WET
-
Logged In: YES
user_id=1133834
Jim,
Thanks for your response, It would appear that I was
submitting my form using the wrong mechanism. I was using:
|submit|run_report|
This was causing HttpUnit to throw a NPE. I upgraded
HttpUnit to 1.6 which told me that If I am going to submit a
form with multiple submit buttons then I must provide the
name of the button to press...
2004-10-06 21:30:53 UTC in JWebUnit