Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 206c7abf authored by David A. Velasco's avatar David A. Velasco
Browse files

Fixed unit tests

parent 90615fc4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ public class CreateShareTest extends RemoteTest {
				31);
		assertFalse(result.isSuccess());
		assertEquals(
				RemoteOperationResult.ResultCode.SHARE_WRONG_PARAMETER, 
				RemoteOperationResult.ResultCode.SHARE_FORBIDDEN, 
				result.getCode()
		);
		assertTrue(		// error message from server as part of the result
@@ -189,7 +189,7 @@ public class CreateShareTest extends RemoteTest {
				31);
		assertFalse(result.isSuccess());
		assertEquals(
				RemoteOperationResult.ResultCode.SHARE_WRONG_PARAMETER, 
				RemoteOperationResult.ResultCode.SHARE_FORBIDDEN, 
				result.getCode()
		);
		assertTrue(		// error message from server as part of the result