Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Oct 11, 2024
1 parent 89a7db3 commit 291ee9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
[![Visual Studio 2022](https://img.shields.io/badge/Visual%20Studio-2022-blue)](../..)
[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

This project test how `LoadFamily` and `LoadFamilySymbol` works with `IFamilyLoadOptions` to overwrite the parameters.
This project test how `LoadFamily` and `LoadFamilySymbol` works with `IFamilyLoadOptions` to overwrite the parameters using the [ricaun.RevitTest](https://ricaun.com/RevitTest) Framework.

## Tests

Looks like the `IFamilyLoadOptions` is not working as expected when the family is loaded for the second time.

Expand Down
2 changes: 1 addition & 1 deletion RevitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace RevitTest.FamilyLoad.Tests
{
public class RevitTests : Utils.OneTimeOpenDocumentTest
{
protected override string FileName => @"Family\Project2019.rvt";
//protected override string FileName => @"Family\Project2019.rvt";
string FamilyPath => $@"Family\Family{application.VersionNumber}.rfa";
string FamilyName => Path.GetFileNameWithoutExtension(FamilyPath);

Expand Down

0 comments on commit 291ee9e

Please sign in to comment.