TestDriven.NET 2.0 RTM bug

Per chi come me ha scaricato tempo fa la TestDriven.Net 2.0 RTM build 1913/1935 consiglio l'upgrade alla nuova versione (1940) in quanto quella precedente è affetta da un bug da loro definito cosi: "This bug is more frustrating than serious" :-).

Per chi non sa che versione ha installato ha due soluzioni, la prima è scaricare l'ultima release qui e reinstallare sopra oppure verificare che quella installa sulla macchina è affetto dal bug in questione riproducendolo.

Riporto qui di seguito il test inviatomi via mail per riprodurre il bug:

The bug shows itself if you create an "ad-hoc" test in an assembly that contains NUnit tests. For example:

[TestFixture]
public class NUnitTests { }
public class AdHocTests
{
void hello()
{
Console.WriteLine("Hello, World!");
}
}

If you right click on the 'hello' method and 'Run Test(s)' you should see "Hello, World!" in the 'Output' window. If this bug is present in the version you're using, you will instead see the warning "No fixture attribute on parent class." This issue has been fixed in build 1940 and later. You can download the fixed version from here:

http://www.testdriven.net/download.aspx

Nella stessa categoria

Commenti

Aggiungi un nuovo commento »»»
Per inserire un commento, devi registrarti alla nostra community.

© 1998-2008 - imperugo - Il blog di Ugo Lattanzi

TagCloud
BLOG INFO
  • Post: 70
  • Commenti: 46
  • TrackBacks: 11
  • Feed blog e contenuti tecnici: RSS
  • Feed blog: RSS Atom OPML
CATEGORIE
I PIÙ LETTI DEL MESE
IN EVIDENZA