Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
更改测试
Browse files Browse the repository at this point in the history
  • Loading branch information
hzexe committed Jan 8, 2019
1 parent 1dcb67b commit ed7ecae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C_Style_LibraryTest/WrapperTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void SearchMusicByName_InsideTest()
Wrapper.SearchMusicByName_Inside(sptr, ptr);
Native_SearchResult* f = (Native_SearchResult*)(ptr);
var songItem = Marshal.PtrToStructure<Native_SongItem>(ptr + 12);
Assert.Equal("Lovestoned", songItem.singer_name);
Assert.NotNull(songItem.singer_name);


}
Expand Down

0 comments on commit ed7ecae

Please # to comment.