-
Version 2.4.1
Steps to reproduce:
1) Launch the GUI test runner.
2) Go to Tools > Options.
3) Go to the Test Load -or- Test Output Tab
4) Use the Tab key to navigate through all controls.
Expected result:
- The controls are navigated in the order they appear.
Actual result:
- The controls are navigated in a non-ordered way.
Best regards,
Bernard Vander Beken.
2007-06-15 07:04:55 UTC in NUnit .Net unit testing framework
-
Context:
- .NET Framework 2.0.
- NUnit GUI with Visual Studio support enabled.
- Using Visual Studio 2005 projects.
- Existing .nunit project file for existing solution.
Steps to reproduce:
1. Add new unit testing class library to existing
solution. Include at least one test fixture and test
case. Build the solution in Debug mode *only*.
1. Start NUnit GUI.
2. File > New Project
3.
2006-10-03 13:17:59 UTC in NUnit .Net unit testing framework
-
Logged In: YES
user_id=25244
I sent a mail about it in February, it most have vanished
into thin air.
The repro is available at http://jawn.net/resgenissue.zip
To be used with:
.
2006-09-29 17:36:15 UTC in NAnt - A .NET Build Tool
-
Logged In: YES
user_id=25244
I checked it and I was wrong about that part: the oldest 2.x
zip download I could find did not contain the XML,
NUnit-2.2.4-net-1.1.zip.
Bernard.
2006-04-27 15:12:50 UTC in NUnit .Net unit testing framework
-
Steps:
1. Extract NUnit-2.2.8-net-1.1.zip or
NUnit-2.2.8-net-2.0.zip.
2. Search for nunit.framework.xml.
Expected result:
- File is found in same directory as nunit.framework.dll.
Actual result:
- File is not found in distribution.
Rationale:
- File used to be available in older distributions.
- This file makes intellisense documentation work in
the IDE.
2006-04-27 08:18:34 UTC in NUnit .Net unit testing framework
-
Logged In: YES
user_id=25244
Note: I cannot upload the sample build files since the file
size is to large, I can mail it if requested.
This is the contenst of the breaking sample:
.
2006-01-26 09:42:00 UTC in NAnt - A .NET Build Tool
-
Related issue: 1153724.
Issue:
- The resgen task already batches multiple resgen.exe
calls when the command line is too long (around 30000),
however the assembly references are not taken into
account to determine this length. When the command
line without assembly references is just less than the
limit, this may cause problems anyway.
Context
- Discovered by using solution task to...
2006-01-26 09:38:41 UTC in NAnt - A .NET Build Tool
-
Logged In: YES
user_id=25244
I can reproduce this issue using Python 2.3.3 / Windows /
pytvgrab 0.3.2.
The call stack follows:
INFO: Grab program info complete : Some program
description [200408192300 +0200] (someurl.html)
Exception in thread Thread-521:
Traceback (most recent call last):
File "C:\Python\lib\threading.py", line 436, in __bootstrap
self.run()
File...
2004-08-17 19:34:26 UTC in python xmltv tv_grab
-
Version: 2.1.91 (2.2 beta 1) on .NET Framework 1.1
Steps:
1. Start GUI runner
2. Choose Tools - Options
3. Delete the 5 in "Display 5 files in list".
4. Press tab -OR- press OK
Expected result:
- An informative error message is displayed or a
default value is set.
Actual result:
- An unhandled exception occurs
at System.Number.ParseInt32(String s, NumberStyles
style...
2004-05-21 14:54:12 UTC in NUnit .Net unit testing framework
-
Version: 2.1.91 (2.2 beta 1) on .NET Framework 1.1
Steps:
1. Start GUI runner
2. Choose Tools - Options
3. Tab through all items using the tab key.
Expected result:
- The tab order is correct.
Actual result:
- The tab order is incorrect for "Label Test Cases in
Console Output" and "Enable Visual Studio Support'".
2004-05-21 14:47:20 UTC in NUnit .Net unit testing framework