Zbiór zmian 927 dla trunk/eCard/eCardMVC/Platnosci.Tests
- Data:
- 2009-12-07 10:53:44 (16 years ago)
- Lokalizacja:
- trunk/eCard/eCardMVC/Platnosci.Tests
- Pliki:
-
- 1 dodane
- 3 zmodyfikowane
-
Platnosci.Tests.csproj (zmodyfikowane) (1 diff)
-
Web/FakeTranslation.cs (dodane)
-
Web/MerchantControllerTests.cs (zmodyfikowane) (1 diff)
-
Web/PlatnosciControllerTests.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci.Tests/Platnosci.Tests.csproj
r919 r927 81 81 <Compile Include="Web\MerchantControllerTests.cs" /> 82 82 <Compile Include="Web\FakeDataContext.cs" /> 83 <Compile Include="Web\FakeTranslat e.cs" />83 <Compile Include="Web\FakeTranslation.cs" /> 84 84 <Compile Include="Web\Function.cs" /> 85 85 <Compile Include="Web\PlatnosciControllerTests.cs" /> -
trunk/eCard/eCardMVC/Platnosci.Tests/Web/MerchantControllerTests.cs
r919 r927 17 17 { 18 18 private Function _f = new Function(); 19 private ITranslate _t = new FakeTranslate();19 private ITranslateManager _t = new FakeTranslation(); 20 20 21 21 [Test] -
trunk/eCard/eCardMVC/Platnosci.Tests/Web/PlatnosciControllerTests.cs
r904 r927 21 21 class PlatnosciControllerTests 22 22 { 23 private ITranslate _t = new FakeTranslate();23 private ITranslateManager _t = new FakeTranslation(); 24 24 private string merchantNumber = "123"; 25 25 private int orderNumber = 9999;
