[Bug 889241] Re: Can't run NUnit test from inside MonoDevelop

2012-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package monodevelop - 2.6+dfsg-1ubuntu0.1

---
monodevelop (2.6+dfsg-1ubuntu0.1) oneiric-proposed; urgency=low

  *  fix nunit 2.5 port: (LP: #889241)
 - logic change for the TestSuiteResult - TestResult merge in 2.5
 - Added a ProjectService needed by nunit's DomainManager service
 - Removed some line ending fuzz
 - treat new Error TestResult as a failure to get it displayed
 -- Julian Taylor jtay...@ubuntu.com   Mon, 20 Feb 2012 19:38:58 +0100

** Changed in: monodevelop (Ubuntu Oneiric)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889241

Title:
  Can't run NUnit test from inside MonoDevelop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/889241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889241] Re: Can't run NUnit test from inside MonoDevelop

2012-02-24 Thread Dražen Lučanin
Julian, Martin,

thanks for the fix! Works on my machine as well now.

Cheers,
Dražen

P.S. - don't know if this is important, but I get the following warning
Warning: Reference 'nunit.framework, Version=2.2.8.0, Culture=neutral,
PublicKeyToken=96d09a1eb7f44a77' not found on system. Using
'nunit.framework, Version=2.5.10.0, Culture=neutral,
PublicKeyToken=96d09a1eb7f44a77' instead. (MyLibraryTest)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889241

Title:
  Can't run NUnit test from inside MonoDevelop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/889241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 889241] Re: Can't run NUnit test from inside MonoDevelop

2012-02-21 Thread Martin Pitt
Hello anrichter, or anyone else affected,

Accepted monodevelop into oneiric-proposed. The package will build now
and be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: monodevelop (Ubuntu Oneiric)
   Status: New = Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889241

Title:
  Can't run NUnit test from inside MonoDevelop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/889241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889241] Re: Can't run NUnit test from inside MonoDevelop

2012-02-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/monodevelop

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889241

Title:
  Can't run NUnit test from inside MonoDevelop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/889241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889241] Re: Can't run NUnit test from inside MonoDevelop

2012-02-21 Thread Andreas Richter
Hi Martin,

thanks for the patch. Monodevelop in oneiric-proposed works now. I can
start nunit-tests from inside the IDE.

Again: Thanks for the fix.

Cheers,
Andreas

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889241

Title:
  Can't run NUnit test from inside MonoDevelop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/889241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889241] Re: Can't run NUnit test from inside MonoDevelop

2012-02-21 Thread Lazar Ivanov
Martin, Julian:

I also verified that the fix works.

Thank you for the fix and the quick turnaround!

-LI

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889241

Title:
  Can't run NUnit test from inside MonoDevelop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/889241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889241] Re: Can't run NUnit test from inside MonoDevelop

2012-02-21 Thread Martin Pitt
** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889241

Title:
  Can't run NUnit test from inside MonoDevelop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/889241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889241] Re: Can't run NUnit test from inside MonoDevelop

2012-02-20 Thread Julian Taylor
assigned back to mondevelop because the fix needs to be done there

** Package changed: nunit (Ubuntu) = monodevelop (Ubuntu)

** Also affects: monodevelop (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

** Branch unlinked: lp:~jtaylor/ubuntu/oneiric/nunit/fix-889241

** Description changed:

  [Impact] monodevelops nunit adding does not work anymore due to an issue in 
with the new nunit 2.5
  you cannot use any of the builtin test facilities anymore and is obligated to 
use the external tools shipped in nunit.
  
  [Development Fix] the issue was fixed with a patch instantiating the
- service which was missing.
- 
+ service which was missing and adapting a couple of lines for the new
+ api.
  
  [Stable Fix] the same fix can be applied in stable.
  
  [Test Case] download the attached project, open MyApplication.mds with 
monodevelop
  View - Unit Test
  rightclick on project in the sidebar - Run Tests
  
  result: internal error
  expected result: tests run (result ignored in this case)
  
  
- [Regression Potential] low very simple patch that is a noop for the builtin 
nunit tools.
+ [Regression Potential] low only touches functionality that is completely 
broken anyway.
  
  original report
  
  After an upgrade to Ubuntu 11.10 i can't start NUnit Unit Tests from within 
MonoDevelop anymore.
  I get an NullReferenceException

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889241

Title:
  Can't run NUnit test from inside MonoDevelop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/889241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889241] Re: Can't run NUnit test from inside MonoDevelop

2012-02-20 Thread Julian Taylor
I have uploaded monodevelop to -proposed
It should fix the issue without requiring an additional nunit upload.

Please test it when the upload is approved, the release team will post
instructions on how when that happens..

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889241

Title:
  Can't run NUnit test from inside MonoDevelop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/889241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889241] Re: Can't run NUnit test from inside MonoDevelop

2012-02-19 Thread Lazar Ivanov
Hey Julian, when do you expect this fix to be uploaded?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889241

Title:
  Can't run NUnit test from inside MonoDevelop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nunit/+bug/889241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889241] Re: Can't run NUnit test from inside MonoDevelop

2012-02-19 Thread Julian Taylor
Sorry a couple more fixes where required in monodevelop too to resolve this 
issue.
I'll try to get it ready today evening

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889241

Title:
  Can't run NUnit test from inside MonoDevelop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nunit/+bug/889241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889241] Re: Can't run NUnit test from inside MonoDevelop

2012-02-07 Thread Dražen Lučanin
Julian, can you tell me how to apply the suggested fix?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889241

Title:
  Can't run NUnit test from inside MonoDevelop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/889241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889241] Re: Can't run NUnit test from inside MonoDevelop

2012-02-07 Thread Julian Taylor
I'll prepare a fix for oneiric, please test that when its been uploaded.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889241

Title:
  Can't run NUnit test from inside MonoDevelop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nunit/+bug/889241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889241] Re: Can't run NUnit test from inside MonoDevelop

2012-02-07 Thread Julian Taylor
** Package changed: monodevelop (Ubuntu) = nunit (Ubuntu)

** Changed in: nunit (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889241

Title:
  Can't run NUnit test from inside MonoDevelop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nunit/+bug/889241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889241] Re: Can't run NUnit test from inside MonoDevelop

2012-02-07 Thread Julian Taylor
** Description changed:

+ [Impact] monodevelops nunit adding does not work anymore due to an issue in 
with the new nunit 2.5
+ you cannot use any of the builtin test facilities anymore and is obligated to 
use the external tools shipped in nunit.
+ 
+ [Development Fix] the issue was fixed with a patch instantiating the
+ service which was missing.
+ 
+ 
+ [Stable Fix] the same fix can be applied in stable.
+ 
+ [Test Case] download the attached project, open MyApplication.mds with 
monodevelop
+ View - Unit Test
+ rightclick on project in the sidebar - Run Tests
+ 
+ result: internal error
+ expected result: tests run (result ignored in this case)
+ 
+ 
+ [Regression Potential] low very simple patch that is a noop for the builtin 
nunit tools.
+ 
+ original report
+ 
  After an upgrade to Ubuntu 11.10 i can't start NUnit Unit Tests from within 
MonoDevelop anymore.
  I get an NullReferenceException

** Attachment added: test project
   
https://bugs.launchpad.net/ubuntu/+source/nunit/+bug/889241/+attachment/2722231/+files/nunittest.tar.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889241

Title:
  Can't run NUnit test from inside MonoDevelop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nunit/+bug/889241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889241] Re: Can't run NUnit test from inside MonoDevelop

2012-01-31 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/nunit

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889241

Title:
  Can't run NUnit test from inside MonoDevelop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/889241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889241] Re: Can't run NUnit test from inside MonoDevelop

2012-01-30 Thread Julian Taylor
it looks like an issue in nunit = 2.5
this patch seems to fix it:
http://anonscm.debian.org/gitweb/?p=pkg-cli-libs/packages/nunit.git;a=commitdiff;h=2d4a71e920b42bd442dc034abea6e9b6f28a2178

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889241

Title:
  Can't run NUnit test from inside MonoDevelop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/889241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889241] Re: Can't run NUnit test from inside MonoDevelop

2012-01-22 Thread anrichter
Maybe it is a packaging problem. 
I tryed to compile and start the monodevelop source from Oneric with the same 
problem.

Then i grabbed the vanilla monodevelop from http://download.mono-
project.com/sources/monodevelop/monodevelop-2.6.0.1.tar.bz2, compile and
start it. And voila: NUnit runs right in MonoDevelop as expected.

But: The nunit bundled with MonoDevelop 2.6.0.1 are version 2.4.8. And
the nunit installed in Oneric are version 2.5.0. Perhaps this ist the
problem?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889241

Title:
  Can't run NUnit test from inside MonoDevelop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/889241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889241] Re: Can't run NUnit test from inside MonoDevelop

2012-01-18 Thread Anton Sheihman
Confirmed on 32bit machine, monodevelop 2.6 nunit support 2.6.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889241

Title:
  Can't run NUnit test from inside MonoDevelop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/889241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889241] Re: Can't run NUnit test from inside MonoDevelop

2012-01-15 Thread anrichter
Is there a fix for this issue?
I would to develop on Oneiric with MonoDevelop and can't do TDD inside the IDE. 
Has anybody an idea what i can do to fix this issue?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889241

Title:
  Can't run NUnit test from inside MonoDevelop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/889241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889241] Re: Can't run NUnit test from inside MonoDevelop

2011-11-11 Thread Julian Taylor
** Changed in: monodevelop (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889241

Title:
  Can't run NUnit test from inside MonoDevelop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/889241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs