Browse code

Minor fix of tests names

Signed-off-by: Alexandr Morozov <lk4d4@docker.com>

Alexandr Morozov authored on 2014/10/15 03:47:01
Showing 1 changed files
... ...
@@ -488,8 +488,8 @@ func TestBuildCopyWildcardCache(t *testing.T) {
488 488
 	logDone("build - copy wild card cache")
489 489
 }
490 490
 
491
-func TestBuildAddSingleFileToNonExistDir(t *testing.T) {
492
-	name := "testaddsinglefiletononexistdir"
491
+func TestBuildAddSingleFileToNonExistingDir(t *testing.T) {
492
+	name := "testaddsinglefiletononexistingdir"
493 493
 	defer deleteImages(name)
494 494
 	ctx, err := fakeContext(`FROM busybox
495 495
 RUN echo 'dockerio:x:1001:1001::/bin:/bin/false' >> /etc/passwd
... ...
@@ -536,8 +536,8 @@ RUN [ $(ls -l /exists | awk '{print $3":"$4}') = 'dockerio:dockerio' ]`,
536 536
 	logDone("build - add directory contents to root")
537 537
 }
538 538
 
539
-func TestBuildAddDirContentToExistDir(t *testing.T) {
540
-	name := "testadddircontenttoexistdir"
539
+func TestBuildAddDirContentToExistingDir(t *testing.T) {
540
+	name := "testadddircontenttoexistingdir"
541 541
 	defer deleteImages(name)
542 542
 	ctx, err := fakeContext(`FROM busybox
543 543
 RUN echo 'dockerio:x:1001:1001::/bin:/bin/false' >> /etc/passwd