COMPMID-765: Ignore window for StaticWindow valid region.

Change-Id: I3bcb6047b22d122fac9e7e7267bfcb75f4ebdf33
Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/121792
Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Tested-by: Jenkins <bsgcomp@arm.com>
diff --git a/tests/datasets/ReshapeLayerDataset.h b/tests/datasets/ReshapeLayerDataset.h
index fa938a6..6af65a1 100644
--- a/tests/datasets/ReshapeLayerDataset.h
+++ b/tests/datasets/ReshapeLayerDataset.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
  *
  * SPDX-License-Identifier: MIT
  *
@@ -102,6 +102,7 @@
 public:
     SmallReshapeLayerDataset()
     {
+        add_config(TensorShape(3U), TensorShape(1U, 1U, 3U));
         add_config(TensorShape(16U), TensorShape(4U, 2U, 2U));
         add_config(TensorShape(2U, 2U, 8U), TensorShape(4U, 8U));
         add_config(TensorShape(3U, 3U, 16U), TensorShape(144U));