Re: [IronPython] Error only from Test Case

2008-10-23 Thread Dino Viehland
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

Re: [IronPython] Error only from Test Case

2008-10-23 Thread Matt Beckius
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

Re: [IronPython] Error only from Test Case

2008-10-23 Thread Dino Viehland
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

[IronPython] Error only from Test Case

2008-10-23 Thread Matt Beckius
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");