- Data:
- 2009-12-29 15:26:07 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/adMoto.Payments.Test/Controllers/eCardControllerTests.cs
r984 r985 20 20 private readonly TestDataHelper _testDataHelper = new TestDataHelper(); 21 21 private IRepository<PotwierdzeniaEcard> _repConfirm; 22 private IRepository<PlatnosciEcard> _repPayment;22 // private IRepository<PlatnosciEcard> _repPayment; 23 23 private const string CODE_OK = "payment_deposited"; //transakcja potwierdzona do rozliczenia 24 24 private const string CODE_BAD = "payment_declined"; //transakcja odrzucona … … 151 151 Assert.That(result.Content.Contains("ArgumentException"), "Response should contain SqlException"); 152 152 } 153 153 154 /*[Test] 154 155 [Category("Unit")]
