|
@@ -209,21 +209,16 @@ namespace UnitTestCourseProject
|
|
|
pass = "123";
|
|
|
hash = "5fa285e1bebe0a6623e33afc04a1fbd5";
|
|
|
Assert.AreEqual(SomeMethods.Hash(pass), hash);
|
|
|
- pass = "123";
|
|
|
- hash = "5fa285e1bebe0a6623e33afc04a1fbd5";
|
|
|
- Assert.AreEqual(SomeMethods.Hash(pass), hash);
|
|
|
- pass = "123";
|
|
|
- hash = "5fa285e1bebe0a6623e33afc04a1fbd5";
|
|
|
- Assert.AreEqual(SomeMethods.Hash(pass), hash);
|
|
|
- pass = "123";
|
|
|
+ pass = "321";
|
|
|
hash = "5fa285e1bebe0a6623e33afc04a1fbd5";
|
|
|
Assert.AreEqual(SomeMethods.Hash(pass), hash);
|
|
|
- pass = "123";
|
|
|
- hash = "5fa285e1bebe0a6623e33afc04a1fbd5";
|
|
|
+ pass = "AlexOmega";
|
|
|
+ hash = "29ac25660e3078e87e3097d3822e50d7cxcsdsa612ds123d1254s";
|
|
|
Assert.AreEqual(SomeMethods.Hash(pass), hash);
|
|
|
- pass = "123";
|
|
|
- hash = "5fa285e1bebe0a6623e33afc04a1fbd5";
|
|
|
+ pass = "asd";
|
|
|
+ hash = "29ac25660e3078e87e3097d3822e50d7";
|
|
|
Assert.AreEqual(SomeMethods.Hash(pass), hash);
|
|
|
+
|
|
|
}
|
|
|
[TestMethod]
|
|
|
public void TestAddImage()
|