test/test-server.vala: Fix build warning
This commit is contained in:
parent
21aea73a3d
commit
c073bbbd80
1 changed files with 4 additions and 0 deletions
|
|
@ -132,6 +132,10 @@ public class TestServer : GLib.Object {
|
||||||
foreach (var line in this.script) {
|
foreach (var line in this.script) {
|
||||||
result.line = line;
|
result.line = line;
|
||||||
switch (line.action) {
|
switch (line.action) {
|
||||||
|
case CONNECTED:
|
||||||
|
// no-op
|
||||||
|
break;
|
||||||
|
|
||||||
case SEND_LINE:
|
case SEND_LINE:
|
||||||
debug("Sending: %s", line.value);
|
debug("Sending: %s", line.value);
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue