]> git.pld-linux.org Git - packages/monodevelop.git/blob - monodevelop-nunit.patch
- updated to 5.10.0.871
[packages/monodevelop.git] / monodevelop-nunit.patch
1 --- monodevelop-5.10/external/nrefactory/ICSharpCode.NRefactory.Tests/ICSharpCode.NRefactory.Tests.csproj.orig  2015-08-25 14:50:24.000000000 +0200
2 +++ monodevelop-5.10/external/nrefactory/ICSharpCode.NRefactory.Tests/ICSharpCode.NRefactory.Tests.csproj       2016-02-02 15:52:16.409057633 +0100
3 @@ -92,7 +92,7 @@
4      <Reference Include="System.Xml" />\r
5      <Reference Include="System.Xml.Linq" />\r
6      <Reference Include="nunit.framework">\r
7 -      <HintPath>$(CecilHintPath)</HintPath>\r
8 +      <HintPath>/usr/lib/mono/nunit2/nunit.framework.dll</HintPath>\r
9      </Reference>\r
10    </ItemGroup>\r
11    <ItemGroup>\r
12 --- monodevelop-5.10/src/addins/NUnit/MonoDevelop.NUnit.csproj.orig     2015-11-17 15:29:49.000000000 +0100
13 +++ monodevelop-5.10/src/addins/NUnit/MonoDevelop.NUnit.csproj  2016-02-02 16:09:26.535681106 +0100
14 @@ -64,16 +64,16 @@
15      <Reference Include="System.Xml.Linq" />
16      <Reference Include="System.Core" />
17      <Reference Include="nunit.framework">
18 -      <HintPath>..\..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
19 +      <HintPath>/usr/lib/mono/nunit2/nunit.framework.dll</HintPath>
20      </Reference>
21      <Reference Include="nunit.core">
22 -      <HintPath>..\..\..\packages\NUnit.Runners.2.6.4\tools\lib\nunit.core.dll</HintPath>
23 +      <HintPath>/usr/lib/mono/nunit2/nunit.core.dll</HintPath>
24      </Reference>
25      <Reference Include="nunit.core.interfaces">
26 -      <HintPath>..\..\..\packages\NUnit.Runners.2.6.4\tools\lib\nunit.core.interfaces.dll</HintPath>
27 +      <HintPath>/usr/lib/mono/nunit2/nunit.core.interfaces.dll</HintPath>
28      </Reference>
29      <Reference Include="nunit.util">
30 -      <HintPath>..\..\..\packages\NUnit.Runners.2.6.4\tools\lib\nunit.util.dll</HintPath>
31 +      <HintPath>/usr/lib/mono/nunit2/nunit.util.dll</HintPath>
32      </Reference>
33    </ItemGroup>
34    <ItemGroup>
35 --- monodevelop-5.10/src/addins/NUnit/NUnitRunner/NUnitRunner.csproj.orig       2015-11-17 15:29:49.000000000 +0100
36 +++ monodevelop-5.10/src/addins/NUnit/NUnitRunner/NUnitRunner.csproj    2016-02-02 21:00:40.961614328 +0100
37 @@ -38,13 +38,13 @@
38      <Reference Include="System" />
39      <Reference Include="System.Xml" />
40      <Reference Include="nunit.framework">
41 -      <HintPath>..\..\..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
42 +    <HintPath>/usr/lib/mono/nunit2/nunit.framework.dll</HintPath>
43      </Reference>
44      <Reference Include="nunit.core">
45 -      <HintPath>..\..\..\..\packages\NUnit.Runners.2.6.4\tools\lib\nunit.core.dll</HintPath>
46 +    <HintPath>/usr/lib/mono/nunit2/nunit.core.dll</HintPath>
47      </Reference>
48      <Reference Include="nunit.core.interfaces">
49 -      <HintPath>..\..\..\..\packages\NUnit.Runners.2.6.4\tools\lib\nunit.core.interfaces.dll</HintPath>
50 +    <HintPath>/usr/lib/mono/nunit2/nunit.core.interfaces.dll</HintPath>
51      </Reference>
52    </ItemGroup>
53    <ItemGroup>
54 --- monodevelop-5.10/tests/UserInterfaceTests/UserInterfaceTests.csproj.orig    2015-11-17 15:29:49.000000000 +0100
55 +++ monodevelop-5.10/tests/UserInterfaceTests/UserInterfaceTests.csproj 2016-02-02 21:42:04.534843509 +0100
56 @@ -53,15 +53,15 @@
57        <Private>False</Private>
58      </Reference>
59      <Reference Include="nunit.core">
60 -      <HintPath>..\..\packages\NUnit.Runners.2.6.4\tools\lib\nunit.core.dll</HintPath>
61 +    <HintPath>/usr/lib/mono/nunit2/nunit.core.dll</HintPath>
62        <Private>False</Private>
63      </Reference>
64      <Reference Include="nunit.framework">
65 -      <HintPath>..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
66 +    <HintPath>/usr/lib/mono/nunit2/nunit.framework.dll</HintPath>
67        <Private>False</Private>
68      </Reference>
69      <Reference Include="nunit.core.interfaces">
70 -      <HintPath>..\..\packages\NUnit.Runners.2.6.4\tools\lib\nunit.core.interfaces.dll</HintPath>
71 +    <HintPath>/usr/lib/mono/nunit2/nunit.core.interfaces.dll</HintPath>
72        <Private>False</Private>
73      </Reference>
74      <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
This page took 0.088354 seconds and 3 git commands to generate.