summaryrefslogtreecommitdiff
path: root/testprogs
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-20 07:04:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:29:48 -0500
commit620301858a5b747002eebe2b9fcef10712ee8249 (patch)
tree6736859b378854e534aea94cdb14bf922fb2f293 /testprogs
parent3d59490a4010c00a35113d36c60737001e5c77bb (diff)
downloadsamba-620301858a5b747002eebe2b9fcef10712ee8249.tar.gz
samba-620301858a5b747002eebe2b9fcef10712ee8249.tar.bz2
samba-620301858a5b747002eebe2b9fcef10712ee8249.zip
r8638: continue the trend of maknig our C functions true ejs objects by making the string functions
into an object. To keep existing code working I have added: string_init(global); into base.js. That brings the functions into the global scope for our existing scripts (This used to be commit a978484738168b82441c4dc4f5f803d349769a4b)
Diffstat (limited to 'testprogs')
-rwxr-xr-xtestprogs/ejs/sprintf.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/testprogs/ejs/sprintf.js b/testprogs/ejs/sprintf.js
index 4d3d9a7555..6ae8605718 100755
--- a/testprogs/ejs/sprintf.js
+++ b/testprogs/ejs/sprintf.js
@@ -3,6 +3,8 @@
test sprintf function
*/
+string_init(local);
+
function check_result(s, v)
{
if (s != v) {