COMPMID-415: Move DepthConcatenateLayer to new validation

Change-Id: I3e594d5800f563ba9af3195b7db2b6d3e32012dd
Reviewed-on: http://mpd-gerrit.cambridge.arm.com/81340
Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
diff --git a/tests/datasets_new/ShapeDatasets.h b/tests/datasets_new/ShapeDatasets.h
index 690e401..ba142ca 100644
--- a/tests/datasets_new/ShapeDatasets.h
+++ b/tests/datasets_new/ShapeDatasets.h
@@ -55,8 +55,9 @@
     Small2DShapes()
         : ShapeDataset("Shape",
     {
-        TensorShape{ 5U, 5U },
-                     TensorShape{ 640U, 480U }
+        TensorShape{ 7U, 7U },
+                     TensorShape{ 27U, 13U },
+                     TensorShape{ 128U, 64U }
     })
     {
     }
@@ -100,6 +101,7 @@
         : ShapeDataset("Shape",
     {
         TensorShape{ 1920U, 1080U },
+                     TensorShape{ 1245U, 652U },
                      TensorShape{ 4160U, 3120U }
     })
     {