point.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Beckius
Sent: Thursday, October 23, 2008 1:47 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Error only from Test Case
We're NUnit and TypeMock.
On Thu, Oct 23, 2008 at 4:38 PM, Dino Viehland <[EM
ctober 23, 2008 1:30 PM
> *To:* users@lists.ironpython.com
> *Subject:* [IronPython] Error only from Test Case
>
>
>
> The test below fails (see stacktrace). If I take the exact same code and
> execute from a running program,it works just fine.
>
> Any su
hould work.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Beckius
Sent: Thursday, October 23, 2008 1:30 PM
To: users@lists.ironpython.com
Subject: [IronPython] Error only from Test Case
The test below fails (see stacktrace). If I take the exact same code and
execute from a runni
The test below fails (see stacktrace). If I take the exact same code and
execute from a running program,it works just fine. Any suggestions,
TIA
Matt B.
[Test]
public void Statements()
{
var e = new IPEngine();
e.Scope.SetVariable("x","testing");