Skip to content

Commit

Permalink
Revit 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasfloescher-geberit committed Apr 8, 2022
1 parent 2697f5c commit 6b70a14
Show file tree
Hide file tree
Showing 35 changed files with 309,153 additions and 97 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ See [ReleaseNotes](/documentation/ReleaseNotes.md)
[MIT](http://opensource.org/licenses/MIT)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
- Author Copyright (C) 2017-2021 Tobias Flöscher
- Company Copyright (C) 2017-2021 Geberit Verwaltungs AG
- Author Copyright (C) 2017-2022 Tobias Flöscher
- Company Copyright (C) 2017-2022 Geberit Verwaltungs AG
3 changes: 2 additions & 1 deletion documentation/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Release Notes
* v1.3.7 [...]
* v1.3.7 [April 2022]
* Support of Revit 2023
* Console runner Revit language support
* Console runner exit code -1 on some failed tests
* Fix bug where longer running tests are not accounted
Expand Down
Binary file modified install/Addin/Revit.TestRunner.Shared.dll
Binary file not shown.
Binary file modified install/Addin/Revit.TestRunner.Shared.pdb
Binary file not shown.
Binary file modified install/Addin/Revit.TestRunner.dll
Binary file not shown.
Binary file added install/Addin/Revit.TestRunner.pdb
Binary file not shown.
Binary file modified install/Client/Revit.TestRunner.App.dll
Binary file not shown.
Binary file modified install/Client/Revit.TestRunner.App.exe
Binary file not shown.
Binary file modified install/Client/Revit.TestRunner.App.pdb
Binary file not shown.
Binary file modified install/Client/Revit.TestRunner.Console.dll
Binary file not shown.
Binary file modified install/Client/Revit.TestRunner.Console.exe
Binary file not shown.
Binary file added install/Client/Revit.TestRunner.Console.pdb
Binary file not shown.
Binary file modified install/Client/Revit.TestRunner.Shared.dll
Binary file not shown.
Binary file modified install/Client/Revit.TestRunner.Shared.pdb
Binary file not shown.
53 changes: 53 additions & 0 deletions install/Client/mytest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"DtoType": "TestRequestDto",
"RequestId": null,
"Timestamp": "2022-03-17T13:38:33.4568935Z",
"ClientName": null,
"ClientVersion": null,
"Cases": [
{
"Id": "1-1025",
"AssemblyPath": "C:\\Code\\GitHub\\geberit\\Revit.TestRunner\\src\\bin\\Revit.TestRunner.SampleTestProject2.dll",
"TestClass": "Revit.TestRunner.SampleTestProject.SampleTest",
"MethodName": "AssertTrueTest",
"State": "Unknown",
"Message": null,
"StackTrace": null,
"StartTime": "0001-01-01T00:00:00Z",
"EndTime": "0001-01-01T00:00:00Z"
},
{
"Id": "1-1027",
"AssemblyPath": "C:\\Code\\GitHub\\geberit\\Revit.TestRunner\\src\\bin\\Revit.TestRunner.SampleTestProject2.dll",
"TestClass": "Revit.TestRunner.SampleTestProject.SampleTest",
"MethodName": "FailTest",
"State": "Unknown",
"Message": null,
"StackTrace": null,
"StartTime": "0001-01-01T00:00:00Z",
"EndTime": "0001-01-01T00:00:00Z"
},
{
"Id": "1-1028",
"AssemblyPath": "C:\\Code\\GitHub\\geberit\\Revit.TestRunner\\src\\bin\\Revit.TestRunner.SampleTestProject2.dll",
"TestClass": "Revit.TestRunner.SampleTestProject.SampleTest",
"MethodName": "LongRunningTest",
"State": "Unknown",
"Message": null,
"StackTrace": null,
"StartTime": "0001-01-01T00:00:00Z",
"EndTime": "0001-01-01T00:00:00Z"
},
{
"Id": "1-1026",
"AssemblyPath": "C:\\Code\\GitHub\\geberit\\Revit.TestRunner\\src\\bin\\Revit.TestRunner.SampleTestProject2.dll",
"TestClass": "Revit.TestRunner.SampleTestProject.SampleTest",
"MethodName": "PassTest",
"State": "Unknown",
"Message": null,
"StackTrace": null,
"StartTime": "0001-01-01T00:00:00Z",
"EndTime": "0001-01-01T00:00:00Z"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
%systemroot%\system32\WindowsPowerShell\v1.0\powershell.exe -file InstallAddin.ps1 2019
%systemroot%\system32\WindowsPowerShell\v1.0\powershell.exe -file InstallAddin.ps1 2023

pause
Binary file removed install/Revit.TestRunner.SampleTestProject2.dll
Binary file not shown.
Binary file added install/Revit.TestRunner.SampleTestProject2.pdb
Binary file not shown.
Binary file modified install/Shared/Revit.TestRunner.Shared.dll
Binary file not shown.
Binary file modified install/Shared/Revit.TestRunner.Shared.pdb
Binary file not shown.
6 changes: 3 additions & 3 deletions src/AssemblyInfo/AssemblyInfo.Version.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Reflection;

[assembly: AssemblyVersion( "1.3.7.1" )]
[assembly: AssemblyFileVersion( "1.3.7.1" )]
[assembly: AssemblyVersion( "1.3.7.3" )]
[assembly: AssemblyFileVersion( "1.3.7.3" )]

[assembly: AssemblyInformationalVersion( "1.3.7.1" )]
[assembly: AssemblyInformationalVersion( "1.3.7.3" )]
Binary file removed src/Libs/Revit2019/lib/net45/RevitAPIUI.dll
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 6b70a14

Please sign in to comment.