Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Coredns
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Railgun
Coredns
Commits
20c81f54
"...Irrlicht/svn:/svn.code.sf.net/p/irrlicht/code/trunk@1376" did not exist on "24793abad844e0f8e2cc15d05d4c336deb1dcdad"
Commit
20c81f54
authored
Apr 04, 2016
by
Miek Gieben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix log test
parent
6445a3f2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
middleware/log/log_test.go
middleware/log/log_test.go
+1
-1
No files found.
middleware/log/log_test.go
View file @
20c81f54
...
...
@@ -45,7 +45,7 @@ func TestLoggedStatus(t *testing.T) {
}
logged
:=
f
.
String
()
if
!
strings
.
Contains
(
logged
,
"A
example.org. udp
"
)
{
if
!
strings
.
Contains
(
logged
,
"A
IN example.org. udp false 512
"
)
{
t
.
Error
(
"Expected it to be logged. Logged string -"
,
logged
)
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment