Skip to content

Commit e1b4e84

Browse files
committed
Removed unnecessary includes in UnitTestClass.ttinclude already covered by Shared.ttinclude.
1 parent 51408bd commit e1b4e84

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Tests/Generated Code/Includes/UnitTestClass.ttinclude

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
<#@ assembly name="$(TargetDir)UnitsNet.net35.dll" #>
2-
<#@ assembly name="System.Core" #>
3-
<#@ import namespace="System.Linq" #>
1+
<#@ import namespace="System.Linq" #>
42
<#@ import namespace="System.Text" #>
53
<#@ import namespace="System.Collections.Generic" #>
6-
<#@ import namespace="UnitsNet" #>
7-
<#@ import namespace="UnitsNet.Attributes" #>
8-
<#@ import namespace="UnitsNet.Extensions" #>
94
<#@ include file="..\..\..\Src\UnitsNet\Generated Code\Includes\MultipleOutputHelper.ttinclude" once="true"#>
105
<#@ include file="..\..\..\Src\UnitsNet\Generated Code\Includes\Shared.ttinclude" once="true" #><#+
116

@@ -206,6 +201,6 @@ namespace UnitsNet.Tests
206201
}
207202
}
208203
<#+
209-
}
210-
}
204+
} // using (manager.StartNewFile(className+"TestsBase.generated.cs"))
205+
} // private void GenerateTestClass(Type unitAttributeType, Manager manager, string className, Unit baseUnit)
211206
#>

0 commit comments

Comments
 (0)