From 3c2dc30b3ee719ceb7846f975b83a79c9cb1a9d7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 7 Jul 2005 07:47:30 +0000 Subject: r8197: added testing of echo_SinkData() and echo_SourceData() (This used to be commit f1d6b328c46265b04fe7c0626d94bb2c844507c9) --- testprogs/ejs/echo.js | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) (limited to 'testprogs/ejs/echo.js') diff --git a/testprogs/ejs/echo.js b/testprogs/ejs/echo.js index 992c6be5dd..e7cb86731f 100644 --- a/testprogs/ejs/echo.js +++ b/testprogs/ejs/echo.js @@ -16,7 +16,7 @@ function ramp_array(N) { var a = new Array(N); for (i=0;i\n"); exit(0); @@ -98,5 +137,7 @@ if (status.is_ok != true) { test_AddOne(conn); test_EchoData(conn); +test_SinkData(conn); +test_SourceData(conn); print("All OK\n"); -- cgit