root/UnityWeb/UnityWeb/Repository/Test/RepositoryTest/ProductDataProviderTest.cs
| 82 | 83 | ||
|---|---|---|---|
2 | 2 | ||
3 | using System; | 3 | using System; |
4 | using System.IO; | 4 | using System.IO; |
5 | using Domain.Business; | ||
6 | using HibernatingRhinos.NHibernate.Profiler.Appender; | 5 | using HibernatingRhinos.NHibernate.Profiler.Appender; |
7 | using Modules.Base; | 6 | using Modules; |
8 | using Modules.Unity; | 7 | using Modules.Common; |
9 | using NUnit.Framework; | 8 | using NUnit.Framework; |
10 | using Repository.NHibernateDataAccess; | ||
11 | using Repository.NHibernateDataAccess.Providers.Interfaces; | 9 | using Repository.NHibernateDataAccess.Providers.Interfaces; |
12 | using StructureMap; | 10 | using StructureMap; |
13 | using StructureMap.Attributes; | 11 | using StructureMap.Attributes; |
... | ... | ||
92 | Assert.IsTrue(Product.Category.Id > 0); | 90 | Assert.IsTrue(Product.Category.Id > 0); |
93 | } | 91 | } |
94 | 92 | ||
93 | #endregion | ||
94 | |||
95 | //[Test] | 95 | //[Test] |
96 | //[BusinessConversation] | 96 | //[BusinessConversation] |
97 | //public void ProductDataProviderGetProducts() | 97 | //public void ProductDataProviderGetProducts() |
... | ... | ||
133 | // } | 133 | // } |
134 | //} | 134 | //} |
135 | 135 | ||
136 | #endregion | ||
137 | |||
138 | //[Test] | 136 | //[Test] |
139 | //public void ProductDataProviderAddProduct() | 137 | //public void ProductDataProviderAddProduct() |
140 | //{ | 138 | //{ |
Download diff