From 607c37eb8ce6d68d79d4941c68d57e34aed1c462 Mon Sep 17 00:00:00 2001 From: Jukka Kurkela Date: Fri, 30 Oct 2020 19:05:21 +0200 Subject: [PATCH] Complete rename of showLines to showLine (#7977) --- .../{showLines => showLine}/dataset.js | 0 .../{showLines => showLine}/dataset.png | Bin .../{showLines => showLine}/false.js | 0 .../{showLines => showLine}/false.png | Bin .../{showLines => showLine}/value.js | 0 .../{showLines => showLine}/value.png | Bin .../{showLines => showLine}/true.js | 0 .../{showLines => showLine}/true.png | Bin .../{showLines => showLine}/undefined.js | 0 .../{showLines => showLine}/undefined.png | Bin 10 files changed, 0 insertions(+), 0 deletions(-) rename test/fixtures/controller.line/{showLines => showLine}/dataset.js (100%) rename test/fixtures/controller.line/{showLines => showLine}/dataset.png (100%) rename test/fixtures/controller.line/{showLines => showLine}/false.js (100%) rename test/fixtures/controller.line/{showLines => showLine}/false.png (100%) rename test/fixtures/controller.radar/{showLines => showLine}/value.js (100%) rename test/fixtures/controller.radar/{showLines => showLine}/value.png (100%) rename test/fixtures/controller.scatter/{showLines => showLine}/true.js (100%) rename test/fixtures/controller.scatter/{showLines => showLine}/true.png (100%) rename test/fixtures/controller.scatter/{showLines => showLine}/undefined.js (100%) rename test/fixtures/controller.scatter/{showLines => showLine}/undefined.png (100%) diff --git a/test/fixtures/controller.line/showLines/dataset.js b/test/fixtures/controller.line/showLine/dataset.js similarity index 100% rename from test/fixtures/controller.line/showLines/dataset.js rename to test/fixtures/controller.line/showLine/dataset.js diff --git a/test/fixtures/controller.line/showLines/dataset.png b/test/fixtures/controller.line/showLine/dataset.png similarity index 100% rename from test/fixtures/controller.line/showLines/dataset.png rename to test/fixtures/controller.line/showLine/dataset.png diff --git a/test/fixtures/controller.line/showLines/false.js b/test/fixtures/controller.line/showLine/false.js similarity index 100% rename from test/fixtures/controller.line/showLines/false.js rename to test/fixtures/controller.line/showLine/false.js diff --git a/test/fixtures/controller.line/showLines/false.png b/test/fixtures/controller.line/showLine/false.png similarity index 100% rename from test/fixtures/controller.line/showLines/false.png rename to test/fixtures/controller.line/showLine/false.png diff --git a/test/fixtures/controller.radar/showLines/value.js b/test/fixtures/controller.radar/showLine/value.js similarity index 100% rename from test/fixtures/controller.radar/showLines/value.js rename to test/fixtures/controller.radar/showLine/value.js diff --git a/test/fixtures/controller.radar/showLines/value.png b/test/fixtures/controller.radar/showLine/value.png similarity index 100% rename from test/fixtures/controller.radar/showLines/value.png rename to test/fixtures/controller.radar/showLine/value.png diff --git a/test/fixtures/controller.scatter/showLines/true.js b/test/fixtures/controller.scatter/showLine/true.js similarity index 100% rename from test/fixtures/controller.scatter/showLines/true.js rename to test/fixtures/controller.scatter/showLine/true.js diff --git a/test/fixtures/controller.scatter/showLines/true.png b/test/fixtures/controller.scatter/showLine/true.png similarity index 100% rename from test/fixtures/controller.scatter/showLines/true.png rename to test/fixtures/controller.scatter/showLine/true.png diff --git a/test/fixtures/controller.scatter/showLines/undefined.js b/test/fixtures/controller.scatter/showLine/undefined.js similarity index 100% rename from test/fixtures/controller.scatter/showLines/undefined.js rename to test/fixtures/controller.scatter/showLine/undefined.js diff --git a/test/fixtures/controller.scatter/showLines/undefined.png b/test/fixtures/controller.scatter/showLine/undefined.png similarity index 100% rename from test/fixtures/controller.scatter/showLines/undefined.png rename to test/fixtures/controller.scatter/showLine/undefined.png -- 2.47.2