Skip to content

Commit

Permalink
Merge branch 'master' into testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmp75 committed Jun 8, 2015
2 parents 4306481 + 7586aa5 commit f4b403b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RDotNet.Tests/REngineInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ public void TestFindRHomePath()
[Test]
public void TestGetPathInitSearchLog()
{
throw new NotImplementedException();
REngine.GetInstance();
var log = NativeUtility.SetEnvironmentVariablesLog;
Assert.AreNotEqual(string.Empty, log);
}
}
}

0 comments on commit f4b403b

Please sign in to comment.