Generate native packet catalog (#46)
Some checks failed
Native code generation / deterministic (macos-latest) (push) Has been cancelled
Native code generation / deterministic (ubuntu-latest) (push) Has been cancelled
Native code generation / deterministic (windows-latest) (push) Has been cancelled
Imaging and meshing gate / native (macos-latest) (push) Has been cancelled
Imaging and meshing gate / native (ubuntu-latest) (push) Has been cancelled
Imaging and meshing gate / native (windows-latest) (push) Has been cancelled
JPEG 2000 feature / linux (push) Has been cancelled
JPEG 2000 feature / macos (push) Has been cancelled
JPEG 2000 feature / windows (push) Has been cancelled
Skia feature / linux (push) Has been cancelled
Skia feature / macos (push) Has been cancelled
Skia feature / windows (push) Has been cancelled
Some checks failed
Native code generation / deterministic (macos-latest) (push) Has been cancelled
Native code generation / deterministic (ubuntu-latest) (push) Has been cancelled
Native code generation / deterministic (windows-latest) (push) Has been cancelled
Imaging and meshing gate / native (macos-latest) (push) Has been cancelled
Imaging and meshing gate / native (ubuntu-latest) (push) Has been cancelled
Imaging and meshing gate / native (windows-latest) (push) Has been cancelled
JPEG 2000 feature / linux (push) Has been cancelled
JPEG 2000 feature / macos (push) Has been cancelled
JPEG 2000 feature / windows (push) Has been cancelled
Skia feature / linux (push) Has been cancelled
Skia feature / macos (push) Has been cancelled
Skia feature / windows (push) Has been cancelled
This commit is contained in:
@@ -16,10 +16,9 @@ fn member_id<T>(result: Result<T, libremetaverse::Error>) -> &'static str {
|
||||
|
||||
#[test]
|
||||
fn each_wire_data_domain_is_callable_and_failure_only() {
|
||||
assert_eq!(
|
||||
member_id(UseCircuitCodePacket::new_with_constructor()),
|
||||
"M:LibreMetaverse.Packets.UseCircuitCodePacket.#ctor"
|
||||
);
|
||||
let packet = UseCircuitCodePacket::new_with_constructor()
|
||||
.expect("generated packet constructor is native");
|
||||
assert_eq!(packet.circuit_code.code, 0);
|
||||
assert_eq!(
|
||||
member_id(AgentDropGroupMessage::new()),
|
||||
"M:LibreMetaverse.Messages.Linden.AgentDropGroupMessage.#ctor"
|
||||
|
||||
Reference in New Issue
Block a user