[commit] r2311 - trunk/Tests/GPyUnit

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Aug 28 21:30:53 CDT 2013


Author: ksmyth
Date: Wed Aug 28 21:30:53 2013
New Revision: 2311

Log:
DsmlGenerator test: use NuGet package restore

Modified:
   trunk/Tests/GPyUnit/test_DsmlGenerator.py

Modified: trunk/Tests/GPyUnit/test_DsmlGenerator.py
==============================================================================
--- trunk/Tests/GPyUnit/test_DsmlGenerator.py	Wed Aug 28 21:06:03 2013	(r2310)
+++ trunk/Tests/GPyUnit/test_DsmlGenerator.py	Wed Aug 28 21:30:53 2013	(r2311)
@@ -35,6 +35,7 @@
             mga.Close()
         
         import subprocess
+        subprocess.check_call([_adjacent_file(r"DsmlGeneratorTest\.nuget\NuGet.exe"), "restore"], cwd=_adjacent_file("DsmlGeneratorTest"))
         subprocess.check_call([r"c:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe", _adjacent_file(r"DsmlGeneratorTest\DsmlGeneratorTest.sln")])
         subprocess.check_call([_adjacent_file(r"DsmlGeneratorTest\bin\Debug\DsmlGeneratorTest.exe"), self.connstr])
 


More information about the gme-commit mailing list