Browse code

Modify func name from TestChtimes to TestChtimesLinux

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>

Modify func note

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>

lixiaobing10051267 authored on 2016/07/26 21:04:11
Showing 2 changed files
... ...
@@ -9,7 +9,7 @@ import (
9 9
 	"time"
10 10
 )
11 11
 
12
-// TestChtimes tests Chtimes access time on a tempfile on Linux
12
+// TestChtimesLinux tests Chtimes access time on a tempfile on Linux
13 13
 func TestChtimesLinux(t *testing.T) {
14 14
 	file, dir := prepareTempFile(t)
15 15
 	defer os.RemoveAll(dir)
... ...
@@ -9,7 +9,7 @@ import (
9 9
 	"time"
10 10
 )
11 11
 
12
-// TestChtimes tests Chtimes access time on a tempfile on Windows
12
+// TestChtimesWindows tests Chtimes access time on a tempfile on Windows
13 13
 func TestChtimesWindows(t *testing.T) {
14 14
 	file, dir := prepareTempFile(t)
15 15
 	defer os.RemoveAll(dir)