You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by we...@apache.org on 2015/11/24 20:13:07 UTC

incubator-reef git commit: [REEF-1015] Fix NSubstitute package version used by o.a.r.IO.Tests

Repository: incubator-reef
Updated Branches:
  refs/heads/master 095c3c6d6 -> e7a560682


[REEF-1015] Fix NSubstitute package version used by o.a.r.IO.Tests

This version downgrages NSubstitute version in o.a.r.IO.Tests
to 1.8.2.0 to be consistent across tests.

JIRA:
  [REEF-1015](https://issues.apache.org/jira/browse/REEF-1015)

Pull request:
  This closes #682


Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/e7a56068
Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/e7a56068
Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/e7a56068

Branch: refs/heads/master
Commit: e7a5606825ec87478b4c93a2364a647977eea7c2
Parents: 095c3c6
Author: Mariia Mykhailova <ma...@apache.org>
Authored: Tue Nov 24 10:44:35 2015 -0800
Committer: Markus Weimer <we...@apache.org>
Committed: Tue Nov 24 11:12:22 2015 -0800

----------------------------------------------------------------------
 lang/cs/Org.Apache.REEF.IO.Tests/packages.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/e7a56068/lang/cs/Org.Apache.REEF.IO.Tests/packages.config
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.IO.Tests/packages.config b/lang/cs/Org.Apache.REEF.IO.Tests/packages.config
index e5d2da8..4a71ef7 100644
--- a/lang/cs/Org.Apache.REEF.IO.Tests/packages.config
+++ b/lang/cs/Org.Apache.REEF.IO.Tests/packages.config
@@ -18,7 +18,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 <packages>
-  <package id="NSubstitute" version="1.9.2.0" targetFramework="net45" />
+  <package id="NSubstitute" version="1.8.2.0" targetFramework="net45" />
   <package id="StyleCop.MSBuild" version="4.7.49.1" targetFramework="net45" developmentDependency="true" />
   <package id="xunit" version="2.1.0" targetFramework="net45" />
   <package id="xunit.abstractions" version="2.0.0" targetFramework="net45" />