From 3fb52d1b6e8fc31d2d9987997b901e85cdd2281a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 11 Jul 2005 00:30:21 +0000 Subject: r8299: make the samr swat test use the samr.js lib (This used to be commit 4d4a062af4ee34c5a3a2027ac1950ae3c8d39447) --- swat/esptest/samr.esp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'swat') diff --git a/swat/esptest/samr.esp b/swat/esptest/samr.esp index f0159fcafa..b0a6a9de6e 100644 --- a/swat/esptest/samr.esp +++ b/swat/esptest/samr.esp @@ -1,6 +1,7 @@ <% page_header("columns", "ESP samr test"); - include("/scripting/samr.js"); + libinclude("base.js"); + libinclude("samr.js"); %>

Samba4 samr rpc test

@@ -26,7 +27,7 @@ for (i=0;i -- cgit