svn commit: samba r9599 - in branches/SAMBA_4_0/testprogs/ejs: .

tridge at samba.org tridge at samba.org
Thu Aug 25 00:38:09 GMT 2005


Author: tridge
Date: 2005-08-25 00:38:09 +0000 (Thu, 25 Aug 2005)
New Revision: 9599

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9599

Log:

fix formatting of echo output

Modified:
   branches/SAMBA_4_0/testprogs/ejs/echo.js


Changeset:
Modified: branches/SAMBA_4_0/testprogs/ejs/echo.js
===================================================================
--- branches/SAMBA_4_0/testprogs/ejs/echo.js	2005-08-25 00:27:58 UTC (rev 9598)
+++ branches/SAMBA_4_0/testprogs/ejs/echo.js	2005-08-25 00:38:09 UTC (rev 9599)
@@ -229,5 +229,5 @@
 test_TestSurrounding(echo);
 test_TestDoublePointer(echo);
 
-print("All OK\n");
+println("All OK\n");
 return 0;



More information about the samba-cvs mailing list