Skip to content

Commit

Permalink
Cherry pick branch 'genexuslabs:rest-service-as-controller' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiamurialdo authored and Beta Bot committed Jan 8, 2025
1 parent 67c858e commit 9824d05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dotnet/test/DotNetUnitTest/FileIO/FileIOTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.IO;
using GeneXus.Configuration;
using GeneXus.Printer;
using GeneXus.Services;
using GeneXus.Utils;
using Xunit;

Expand Down Expand Up @@ -94,7 +95,8 @@ public void GXDBFilePathTest()
}
catch (Exception ex)
{
Assert.True(false, $"FileName:{newFileName} Error:{ex.Message}");

Assert.True(false, $"FileName:{newFileName} Error:{ex.Message} ExternalProvider:{ServiceFactory.GetExternalProvider()?.GetType().FullName} fileName:{fileName}");
}
}
}
Expand Down

0 comments on commit 9824d05

Please sign in to comment.