Issue 3: Lab RepositoryTest with DbContext
Status:  New
Owner: ----
Reported by elvi...@gmail.com, May 26, 2011
What steps will reproduce the problem?
1. Install package Entity Framework 4.1 from nuget
2. Creating ASP MVC 3 proyect
3. Run Lab RepositoryTest


With EF 4.1 and using the "UseMyDbContextTest" testing project, I get to extract data but not the data model relationships.

The database is created ok, fine mapping.

I tried using the "MyDbContext", also creating my own, launching the repositorioTest, or mine and nothing.

Any ideas?