-
See my first remark. The callstack is generally enough of a starting point to figure out where the exception is coming from.
2009-11-09 09:16:50 UTC by gordonm539
-
This is not our bug tracker, and this seems like a bug report. However, I'll respond here so you don't have to enter it twice. If we decide it's valid, then it can be entered into the bug tracker at http://bugs.launchpad.net/nunitv2.
Are you saying that the test in question fails after installation? What version of NUnit is this?.
2009-10-05 06:38:36 UTC by charliepoole
-
This is not our bug tracker, and this seems like a bug report. However, I'll respond here so you don't have to enter it twice. If we decide it's valid, then it can be entered into the bug tracker at http://bugs.launchpad.net/nunitv2.
That's what the method is intended to do. It's normal to overwrite in some circumstances and the higher level has to knoow what it's doing.
2009-10-05 06:36:40 UTC by charliepoole
-
This is not our bug tracker, and this seems like a bug report. However, I'll respond here so you don't have to enter it twice. If we decide it's valid, then it can be entered into the bug tracker at http://bugs.launchpad.net/nunitv2.
Q: Does a problem arise with this in normal operation of NUnit or is it just something you noticed in the code?
Q: Have you tried this on NUnit 2.5.2?.
2009-10-05 06:34:00 UTC by charliepoole
-
Testing Category: Unit testing of Core.Util.
2009-10-05 02:44:25 UTC by mrmarri
-
Class: ServerUtilityTests
Method: CanGetTcpChannelOnSpecifiedPort
Testing category: Unit testing of Util.Core component
Assertion violation when the port number is 0, returns a default port value of 50466 in that case. Is it a defect?.
2009-10-05 02:43:49 UTC by mrmarri
-
Class: NunitRegistry
Method: TestClearRoutines
Testing Category: Unit Testing of Core.Util
When adding a key with the same name, the key is overwritten without a notice. Might not be a problem from the system level.
2009-10-05 02:42:16 UTC by mrmarri
-
Class: RegistrySettingsStorage
Method(s): SaveSetting, MakeChildStorage
Description: When invalid string values such as “\0” or “.” are passed as arguments to these methods, there is no invalid-char-check before call to RegistryKey.CreateSubKey system method.
2009-10-05 02:36:56 UTC by mrmarri
-
It will be a much better guarantee that your request is not lost if you submit it as a bug as I asked on the mail list. See http://bugs.launchpad.net/nunitv2.
(Note that the page on which you submitted this request also asked that you not
submit bugs here.)
2009-10-02 19:27:29 UTC by charliepoole
-
Here's a link of the discussion:
http://groups.google.com/group/nunit-discuss/browse_thread/thread/7c379a09da82018?hl=en.
2009-10-02 08:15:42 UTC by nsoonhui