Zbiór zmian 985 dla trunk/eCard/eCardMVC/adMoto.Payments.Test/UI/UIHelper.cs
- Data:
- 2009-12-29 15:26:07 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/adMoto.Payments.Test/UI/UIHelper.cs (zmodyfikowane) (3 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/adMoto.Payments.Test/UI/UIHelper.cs
r984 r985 8 8 using adMoto.Payments.Core; 9 9 using adMoto.Payments.Core.Interfaces; 10 using WatiN.Core; 10 11 11 12 namespace adMoto.Payments.Test.UI … … 19 20 private UIData uiData; 20 21 private string nip = "test"; //testowy klient o id 76131 21 private string numer_faktury = "1/SLJ/1"; 22 private string numer_faktury = "1/SLJ/1"; 23 public static string LoginSite = "http://localhost:3646/pl/Account/LogOn"; 24 public static string ConfirmForm = "http://localhost:3646/pl/Platnosc/Form"; 22 25 23 26 public UIData CreateAndAddTestRecordToRepository(int amount) … … 87 90 _repPayment.Delete(payment); 88 91 } 89 92 93 public void CloseWebBrowser(IE ie) 94 { 95 ie.ForceClose(); 96 ie.Close(); 97 ie.Dispose(); 98 } 90 99 } 91 100 }
