Skip to content

Commit 575892e

Browse files
committed
AC-359109: reference to PX.Tests.Unit.dll corrected
1 parent 39c1ef4 commit 575892e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

UnitTesting/T280/PhoneRepairShop_Code/PhoneRepairShop_Code.Tests/PhoneRepairShop_Code.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
<Reference Include="PX.Objects">
5050
<HintPath>..\..\..\..\Bin\PX.Objects.dll</HintPath>
5151
</Reference>
52-
<Reference Include="PX.Tests.Unit">
53-
<HintPath>..\..\..\..\..\..\Program Files\Acumatica ERP\UnitTesting\PX.Tests.Unit.dll</HintPath>
54-
</Reference>
5552
<Reference Include="PX.Web.Customization">
5653
<HintPath>..\..\..\..\Bin\PX.Web.Customization.dll</HintPath>
5754
</Reference>
55+
<Reference Include="PX.Tests.Unit">
56+
<HintPath>..\..\..\..\Bin\PX.Tests.Unit.dll</HintPath>
57+
</Reference>
5858
</ItemGroup>
5959
</Project>

0 commit comments

Comments
 (0)