From 3f9988f75f8b822cc18f1083c10218d3edf0eaf4 Mon Sep 17 00:00:00 2001 From: Lynix Date: Tue, 4 Oct 2016 21:47:42 +0200 Subject: [PATCH] UnitTests: Fix unit tests Former-commit-id: 2ce788e02e887fc77b4e1778ade02e40bd377cd4 [formerly 22a98fbd268679a69754797cf2eeb6c70097fa2d] [formerly 3c6a3e8293b9715cd0b01f7b9d5592e86f65a936 [formerly 14c98743cee9ac56e6cc924ce3004c659dda6439]] Former-commit-id: a7897fb09e78eba5fc055f03a1f5c886d6802a38 [formerly b71928574724e14bdbe74b7a28ea28fc79919d10] Former-commit-id: c1900462b9a5def4daa9c3ca93f1bc00b875135c --- tests/SDK/NDK/System.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/SDK/NDK/System.cpp b/tests/SDK/NDK/System.cpp index 2948185ae..623b4a96f 100644 --- a/tests/SDK/NDK/System.cpp +++ b/tests/SDK/NDK/System.cpp @@ -43,7 +43,7 @@ SCENARIO("System", "[NDK][SYSTEM]") THEN("We should get a copy") { - REQUIRE(static_cast(clone.get())->GetValue() == 42); + REQUIRE(static_cast(clone.get())->GetValue() == 666); } } }