psu_proto: Added two @todo comments.
This commit is contained in:
parent
c79ef69b40
commit
62e0b662b9
@ -996,10 +996,10 @@ parse(Size, 16#1a01, Channel, Data) ->
|
|||||||
6 ->
|
6 ->
|
||||||
?ASSERT_EQ(ShopID, 0),
|
?ASSERT_EQ(ShopID, 0),
|
||||||
?ASSERT_EQ(VarJ, 0),
|
?ASSERT_EQ(VarJ, 0),
|
||||||
?ASSERT(), ignore;
|
?ASSERT(), ignore; %% @todo put_on_outfit
|
||||||
7 ->
|
7 ->
|
||||||
?ASSERT_EQ(ShopID, 0),
|
?ASSERT_EQ(ShopID, 0),
|
||||||
?ASSERT(), ignore;
|
?ASSERT(), ignore; %% @todo remove_outfit
|
||||||
9 ->
|
9 ->
|
||||||
?ASSERT_EQ(ShopID, 0),
|
?ASSERT_EQ(ShopID, 0),
|
||||||
?ASSERT_EQ(VarJ, 0),
|
?ASSERT_EQ(VarJ, 0),
|
||||||
|
Loading…
Reference in New Issue
Block a user