diff options
author | 2022-07-28 05:31:46 +0900 | |
---|---|---|
committer | 2022-08-05 05:51:47 +0900 | |
commit | 2dd3bafb0c21d7f49fcc2945836924d9c052d268 (patch) | |
tree | 1057ed2a17cf7f29a59a67203b3ef22e603548aa /test/fileop_test_set_get_remove.cpp | |
parent | 1f38adbce45b76edb55d37617c00b42749b65726 (diff) |
Fix installation README spdx typo issueneedlefish_13.93.0needlefish/13.93.013.93.0
Fix to external header is not installing.
Fix to algorithm description.
Fix to SPDX-License-Identifier in mock header.
Fix to some typo.
Bug-AGL: SPEC-4500
Change-Id: Ica9d32601d26243a8c4361c290e0bc853fa43ec4
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Diffstat (limited to 'test/fileop_test_set_get_remove.cpp')
-rw-r--r-- | test/fileop_test_set_get_remove.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fileop_test_set_get_remove.cpp b/test/fileop_test_set_get_remove.cpp index ae3d9f0..1428871 100644 --- a/test/fileop_test_set_get_remove.cpp +++ b/test/fileop_test_set_get_remove.cpp @@ -203,11 +203,11 @@ TEST_F(fileop_test_set_get_remove_test, unit_test_refop_get_redundancy_data__ref * @retval 1 Succeeded with recover. * @retval -1 Abnormal fail. Shall not continue. * @retval -2 No data. - * @retval -3 Broaken data. + * @retval -3 Broken data. */ g_refop_file_pickup_ret = -3; ret = refop_get_redundancy_data(handle, dmybuf, 100, &getsize); - ASSERT_EQ(REFOP_BROAKEN, ret); + ASSERT_EQ(REFOP_BROKEN, ret); g_refop_file_pickup_ret = -2; ret = refop_get_redundancy_data(handle, dmybuf, 100, &getsize); |