Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Intraweb DUnit Testing
#7
As I can understand this is not an actual IW application but a unit test, correct?

You need to add

IWApplication,
IWServerInternalFiles,

to your project's uses clause. Also include

{$R IWData.res}

and try to rebuild it. IWData.res contain required resources. Make sure it is available to your application.

This the DPR file may look:

uses
SysUtils,
// your files here
IWApplication,
IWServerInternalFiles;

{R *.RES}
{$R IWData.res}

begin
System.ReportMemoryLeaksOnShutdown := True;
UnitTestRunner.RunRegisteredTests;
FreeAndNil(gSessions);
TIWServerInternalFiles.Finalize;
end.
Reply


Messages In This Thread
Intraweb DUnit Testing - by cpstevenc - 02-27-2019, 05:35 PM
RE: Intraweb DUnit Testing - by kudzu - 02-28-2019, 04:31 AM
RE: Intraweb DUnit Testing - by sigiaccio - 06-05-2020, 10:36 AM
RE: Intraweb DUnit Testing - by sigiaccio - 06-17-2020, 10:06 AM
RE: Intraweb DUnit Testing - by sigiaccio - 09-07-2020, 08:11 AM
RE: Intraweb DUnit Testing - by kudzu - 09-07-2020, 05:44 PM
RE: Intraweb DUnit Testing - by Alexandre Machado - 09-07-2020, 09:07 PM
RE: Intraweb DUnit Testing - by sigiaccio - 09-14-2020, 07:11 AM
RE: Intraweb DUnit Testing - by ebob42 - 10-29-2021, 10:55 PM
RE: Intraweb DUnit Testing - by Alexandre Machado - 11-01-2021, 03:25 AM
RE: Intraweb DUnit Testing - by ebob42 - 11-01-2021, 05:49 AM
RE: Intraweb DUnit Testing - by Alexandre Machado - 11-02-2021, 11:23 PM
RE: Intraweb DUnit Testing - by Alexandre Machado - 11-03-2021, 09:02 AM
RE: Intraweb DUnit Testing - by ebob42 - 11-03-2021, 06:26 PM
RE: Intraweb DUnit Testing - by Alexandre Machado - 11-08-2021, 07:08 AM
RE: Intraweb DUnit Testing - by Alexandre Machado - 11-12-2021, 08:13 AM
RE: Intraweb DUnit Testing - by ebob42 - 11-13-2021, 11:03 AM
RE: Intraweb DUnit Testing - by jeroen.rottink - 11-13-2021, 04:07 PM
RE: Intraweb DUnit Testing - by Alexandre Machado - 11-13-2021, 09:48 PM
RE: Intraweb DUnit Testing - by ebob42 - 11-14-2021, 02:27 PM
RE: Intraweb DUnit Testing - by Alexandre Machado - 11-15-2021, 12:06 AM
RE: Intraweb DUnit Testing - by Alexandre Machado - 11-15-2021, 08:52 AM
RE: Intraweb DUnit Testing - by ebob42 - 11-19-2021, 10:21 AM

Forum Jump:


Users browsing this thread: 9 Guest(s)