in

CodeSmith Community

Your Code. Your Way. Faster!

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • Non-identity, fixed-length PK fields and Unit Tests

    I have a table "Country" with this schema: CREATE TABLE [dbo].[Country]( [Country] nchar(2) NOT NULL, [Name] nvarchar(50) NOT NULL, CONSTRAINT [PK_Country] PRIMARY KEY CLUSTERED ( [Country] ASC )) ON [PRIMARY] When the Step 4 (update) unit test is generated for this table, it tries to put a...
    Posted to .netTiers - Bug Reports (Forum) by bslatner on 10-25-2007
    Filed under: bug, NUnit Unit tests
Page 1 of 1 (1 items)
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems