Skip to content

Commit 5446583

Browse files
committed
Increment version number
1 parent 280951b commit 5446583

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: nanonext
33
Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
4-
Version: 1.5.2.9016
4+
Version: 1.5.2.9017
55
Authors@R: c(
66
person("Charlie", "Gao", , "[email protected]", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0002-0750-061X")),

tests/tests.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ if (later) test_null(.keep(saio, new.env()))
9292
test_class("sendAio", call_aio(saio))
9393
test_zero(saio$result)
9494
test_error(n$send("wrong mode", mode = "none"), "mode")
95+
test_error(n$send("wrong mode", mode = "ser"), "mode")
96+
test_error(n$send("wrong mode", mode = "rawial"), "mode")
9597
test_class("recvAio", raio <- n$recv_aio(timeout = 500))
9698
test_print(raio)
9799
test_equal(nchar(call_aio(raio)[["value"]]), 10000L)

0 commit comments

Comments
 (0)