diff --git a/src/ClientServer/Controllers/Core/Testing/TestingController.cs b/src/ClientServer/Controllers/Core/Testing/TestingController.cs index a145890d3782d55a6b71edba9abdbb07904b0c9a..d26b3c87c2db18c56a5f0715ee0ae06bbe680d83 100644 --- a/src/ClientServer/Controllers/Core/Testing/TestingController.cs +++ b/src/ClientServer/Controllers/Core/Testing/TestingController.cs @@ -3822,6 +3822,7 @@ namespace ClientServer.Controllers.Core.Testing /// <summary> /// null or the template file id from which the file was created /// might be needed if the solution has some hidden files + /// ACTUALLY NOT USED (NEITHER HERE NOR TEST SERVER) /// </summary> public int? TemplateFileId { get; set; } } @@ -3837,6 +3838,7 @@ namespace ClientServer.Controllers.Core.Testing /// <summary> /// the hash of the content + /// test server allows null /// </summary> public string Hash { get; set; } }