aboutsummaryrefslogtreecommitdiffstats
path: root/lualdap/tests/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lualdap/tests/test.lua')
-rwxr-xr-xlualdap/tests/test.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/lualdap/tests/test.lua b/lualdap/tests/test.lua
index 831b13a..6166e65 100755
--- a/lualdap/tests/test.lua
+++ b/lualdap/tests/test.lua
@@ -1,10 +1,12 @@
#!/usr/local/bin/lua
---------------------------------------------------------------------
-- LuaLDAP test file.
--- $Id: test.lua,v 1.8 2003-09-03 11:07:51 tomas Exp $
-- This test will create a copy of an existing entry on the
-- directory to work on. This new entry will be modified,
-- renamed and deleted at the end.
+--
+-- See Copyright Notice in license.html
+-- $Id: test.lua,v 1.9 2003-12-02 14:25:09 tomas Exp $
---------------------------------------------------------------------
DN_PAT = "^([^,=]+)%=([^,]+)%,(.*)$"