Index: trunk/eCard/eCardMVC/Platnosci.Tests/Web/UIAccountTest.cs
===================================================================
--- trunk/eCard/eCardMVC/Platnosci.Tests/Web/UIAccountTest.cs (revision 930)
+++ trunk/eCard/eCardMVC/Platnosci.Tests/Web/UIAccountTest.cs (revision 931)
@@ -9,7 +9,7 @@
         [Test]
         [Category("UI")]
-        public void checkLoginCorrect()
+        public void CheckLoginCorrect()
         {
-            IE ie = new IE("http://localhost:3646/pl/Account/LogOn");
+            var ie = new IE("http://localhost:3646/pl/Account/LogOn");
             ie.TextField(Find.ByName("numer_faktury")).TypeText("24/HOL/2009");
             ie.TextField(Find.ByName("nip")).TypeText("501379568");
@@ -20,7 +20,7 @@
         [Test]
         [Category("UI")]
-        public void checkErrorLogin()
+        public void CheckErrorLogin()
         {
-            IE ie = new IE("http://localhost:3646/pl/Account/LogOn");
+            var ie = new IE("http://localhost:3646/pl/Account/LogOn");
             ie.TextField(Find.ByName("numer_faktury")).TypeText("");
             ie.TextField(Find.ByName("nip")).TypeText("");
