|
Pages: [1]
|
 |
|
Author
|
Topic: Exception cannot find fixture class AddFixture in loaded BPLs (Read 262 times)
|
Perspicacity
Newbie

Posts: 1
|
I'm working through the example given and I cannot get it to work. I have followed the instructions accurately. This is when I get in the log file:
***** BEGIN RUN **** Set up client localhost:8080 Connecting client Requested document: GET /?responder=socketCatcher&ticket=1 HTTP/1.1 Received status: 0 Reading 575 bytes for document Recieved document Processing document Found assembly "c:\fitnesse\delphi\addfixture1.bpl" Found assembly "c:\fitnesse\delphi\examplefixture1.bpl" Found assembly "c:\fitnesse\delphi\fitlib.bpl" Writing table response (699 bytes) Writing counts r(0) w(0) i(0) e(1) Reading 0 bytes for document No data to read ***** END RUN ****
This is the page I've put into the wiki:
!path c:/fitnesse/delphi/*.bpl !define COMMAND_PATTERN {c:/fitnesse/delphi/DelphiFIT.exe -v %p}
!|AddFixture| | firstValue | secondValue | resultant() | | 1 | 2 | 3 | | 2 | 2 | 5 | | 3000 | 2 | 3002 | | 200 | 2 | 203 | | 10 | 2 | 12 |
When I click on test it gives me:
Exception cannot find fixture class AddFixture in loaded BPLs
Any ideas? I'm using Delphi/BDS 2006
|
|
|
|
|
Logged
|
|
|
|
|
|
Pages: [1]
|
|
|
 |