Index: trunk/eCard/eCardMVC/Platnosci.Tests/Web/UI/AuthenticationTests.cs
===================================================================
--- trunk/eCard/eCardMVC/Platnosci.Tests/Web/UIAccountTest.cs (revision 950)
+++ trunk/eCard/eCardMVC/Platnosci.Tests/Web/UI/AuthenticationTests.cs (revision 960)
@@ -2,12 +2,12 @@
 using WatiN.Core;
 
-namespace Platnosci.Tests.Web
+namespace Platnosci.Tests.Web.UI
 {
     [TestFixture]
-    public class UIAccountTest
+    public class AuthenticationTests
     {
         [Test]
         [Category("UI")]
-        public void CheckErrorLogin()
+        public void Can_Not_Login_When_Using_InValid_Login_Information()
         {
             var ie = new IE("http://localhost:3646/pl/Account/LogOn");
@@ -23,5 +23,5 @@
         [Test]
         [Category("UI")]
-        public void CheckLoginCorrect()
+        public void Can_Login_When_Using_Correct_Login_Information()
         {
             var ie = new IE("http://localhost:3646/pl/Account/LogOn");
