Skip to content

Commit

Permalink
AR 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkensor committed May 17, 2024
1 parent 06c753f commit 493b5f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ class EDF_Test_WebProxyDbDriver_FindAllAsync_OrderedLimitedOffset_CorrectResults
{
EDF_DbFindCondition condition = EDF_DbFind.Id().Contains("00000000-0000-0005-0000");
array<ref TStringArray> orderBy = {{"m_fFloatValue", EDF_EDbEntitySortDirection.DESCENDING}, {"m_sStringValue", "asc"}};
int limit = 4;
int offset = 1;
const int limit = 4;
const int offset = 1;

/*
5 -> exclude through offset
Expand Down
2 changes: 0 additions & 2 deletions tests/Scripts/Game/Setup/EDF_AutoTestEntity.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ class EDF_AutoTestEntity : GenericEntity
System.GetHourMinuteSecondUTC(hour, minute, second);
string resultFile = string.Format("TestResults/Run %1-%2-%3 %4_%5_%6.xml", year, month, day, hour, minute, second);

string hintText;

if (!testResults.Contains("<failure ") && !testResults.Contains("<error "))
{
Print("All test run successfully!");
Expand Down

0 comments on commit 493b5f7

Please sign in to comment.