summaryrefslogtreecommitdiffstats
path: root/modules/ldap
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-09-07 20:11:13 -0400
committerUnknwon <joe2010xtmf@163.com>2014-09-07 20:11:13 -0400
commitd89e630bc0cfb228db632c8b3f369f7dbd80bd02 (patch)
treeb590d51b8a8b76342c3a4190eaa59d9447270f72 /modules/ldap
parent59a7c7c5a530cead1905c0c686869ea0f6a7949c (diff)
downloadgitea-d89e630bc0cfb228db632c8b3f369f7dbd80bd02.tar.gz
gitea-d89e630bc0cfb228db632c8b3f369f7dbd80bd02.zip
Fix test cases
Diffstat (limited to 'modules/ldap')
-rw-r--r--modules/ldap/_examples/enterprise.ldif (renamed from modules/ldap/examples/enterprise.ldif)0
-rw-r--r--modules/ldap/_examples/modify.go (renamed from modules/ldap/examples/modify.go)2
-rw-r--r--modules/ldap/_examples/search.go (renamed from modules/ldap/examples/search.go)2
-rw-r--r--modules/ldap/_examples/searchSSL.go (renamed from modules/ldap/examples/searchSSL.go)2
-rw-r--r--modules/ldap/_examples/searchTLS.go (renamed from modules/ldap/examples/searchTLS.go)2
-rw-r--r--modules/ldap/_examples/slapd.conf (renamed from modules/ldap/examples/slapd.conf)0
-rw-r--r--modules/ldap/filter_test.go2
7 files changed, 5 insertions, 5 deletions
diff --git a/modules/ldap/examples/enterprise.ldif b/modules/ldap/_examples/enterprise.ldif
index f0ec28f16b..f0ec28f16b 100644
--- a/modules/ldap/examples/enterprise.ldif
+++ b/modules/ldap/_examples/enterprise.ldif
diff --git a/modules/ldap/examples/modify.go b/modules/ldap/_examples/modify.go
index 177fe8da7a..cd6dfc9eb7 100644
--- a/modules/ldap/examples/modify.go
+++ b/modules/ldap/_examples/modify.go
@@ -9,7 +9,7 @@ import (
"fmt"
"log"
- "github.com/juju2013/goldap"
+ "github.com/gogits/gogs/modules/ldap"
)
var (
diff --git a/modules/ldap/examples/search.go b/modules/ldap/_examples/search.go
index 59a0333dc8..609256f4d3 100644
--- a/modules/ldap/examples/search.go
+++ b/modules/ldap/_examples/search.go
@@ -8,7 +8,7 @@ import (
"fmt"
"log"
- "github.com/juju2013/goldap"
+ "github.com/gogits/gogs/modules/ldap"
)
var (
diff --git a/modules/ldap/examples/searchSSL.go b/modules/ldap/_examples/searchSSL.go
index a98ca3a416..aa9cbcc124 100644
--- a/modules/ldap/examples/searchSSL.go
+++ b/modules/ldap/_examples/searchSSL.go
@@ -8,7 +8,7 @@ import (
"fmt"
"log"
- "github.com/juju2013/goldap"
+ "github.com/gogits/gogs/modules/ldap"
)
var (
diff --git a/modules/ldap/examples/searchTLS.go b/modules/ldap/_examples/searchTLS.go
index a20bcc320d..c771a8eda8 100644
--- a/modules/ldap/examples/searchTLS.go
+++ b/modules/ldap/_examples/searchTLS.go
@@ -8,7 +8,7 @@ import (
"fmt"
"log"
- "github.com/juju2013/goldap"
+ "github.com/gogits/gogs/modules/ldap"
)
var (
diff --git a/modules/ldap/examples/slapd.conf b/modules/ldap/_examples/slapd.conf
index 5a66be0152..5a66be0152 100644
--- a/modules/ldap/examples/slapd.conf
+++ b/modules/ldap/_examples/slapd.conf
diff --git a/modules/ldap/filter_test.go b/modules/ldap/filter_test.go
index 9e83195951..761ff42fd5 100644
--- a/modules/ldap/filter_test.go
+++ b/modules/ldap/filter_test.go
@@ -3,7 +3,7 @@ package ldap
import (
"testing"
- "github.com/johnweldon/asn1-ber"
+ "github.com/gogits/gogs/modules/asn1-ber"
)
type compileTest struct {