diff options
Diffstat (limited to 'libnativebridge/tests/ValidNameNativeBridge_test.cpp')
-rw-r--r-- | libnativebridge/tests/ValidNameNativeBridge_test.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libnativebridge/tests/ValidNameNativeBridge_test.cpp b/libnativebridge/tests/ValidNameNativeBridge_test.cpp index b28f5b2..690be4a 100644 --- a/libnativebridge/tests/ValidNameNativeBridge_test.cpp +++ b/libnativebridge/tests/ValidNameNativeBridge_test.cpp @@ -27,12 +27,9 @@ TEST_F(NativeBridgeTest, ValidName) { // Now check what happens on LoadNativeBridge. EXPECT_EQ(false, NativeBridgeError()); LoadNativeBridge(kTestName, nullptr); - // TODO: Remove this call. b/17440362 - InitializeNativeBridge(); // This will lead to an error as the library doesn't exist. EXPECT_EQ(true, NativeBridgeError()); - // TODO: Test again. b/17440362 -// EXPECT_EQ(false, NativeBridgeAvailable()); + EXPECT_EQ(false, NativeBridgeAvailable()); } } // namespace android |