We have not upgraded gallio for xunit 1.1 yet. It will be in the next drop though.
You can use xunit 1.0.3 though. -----Original Message----- From: Jammer <[EMAIL PROTECTED]> Date: Monday, Dec 8, 2008 1:53 pm Subject: MbUnit Another Odd Thing - xUnit Tests To: Reply- [EMAIL PROTECTED]: [email protected] Hi Jeff, I've just added in another set of tests, this time for xUnit via the Gallio UI. Running the tests through xUnit.net runner all is well and all tests pass. However, running this via Gallio fails with: Internal Error System.TypeLoadException: Declaration referenced in a method implementation cannot be a final method. Type: 'Xunit.Extensions.TheoryCommand'. Assembly: 'xunit.extensions, Version=1.1.0.1323, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'. My test is very simple at the moment ... [Theory, ExcelData(@"TestData\BasicOriginalData.xls", "select * from TestData")] public void TestCategories(string filePath, string fileName, bool removeNumbers, string expectedCat, string expectedSubCat, int expectedBPM) { FileCategoryStringCheck fileCat = new FileCategoryStringCheck(); fileCat.FileCategory(filePath, fileName); Assert.True(fileCat.Category == expectedCat); Assert.True(fileCat.SubCategory == expectedSubCat); } -- Jammer www.myspace.com/findjammer --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/MbUnitUser?hl=en -~----------~----~----~----~------~----~------~--~---
