diff --git a/src/app/share/collection/medidas_eli2015.vit b/src/app/share/collection/medidas_eli2015.vit
new file mode 100644
index 000000000..9c462f8b3
--- /dev/null
+++ b/src/app/share/collection/medidas_eli2015.vit
@@ -0,0 +1,21 @@
+
+
+
+ 0.3.3
+ false
+
+ cm
+ 998
+
+
+
+ 1800-01-01
+ unknown
+
+
+
+
+
+
+
+
diff --git a/src/app/share/collection/pantalon_base_Eli.val b/src/app/share/collection/pantalon_base_Eli.val
new file mode 100644
index 000000000..976ee76e4
--- /dev/null
+++ b/src/app/share/collection/pantalon_base_Eli.val
@@ -0,0 +1,101 @@
+
+
+
+ 0.2.4
+ cm
+
+
+
+ medidas_eli2015.vit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/test/ValentinaTest/ValentinaTest.pro b/src/test/ValentinaTest/ValentinaTest.pro
index a9c6f8ff8..919a4aa31 100644
--- a/src/test/ValentinaTest/ValentinaTest.pro
+++ b/src/test/ValentinaTest/ValentinaTest.pro
@@ -293,7 +293,9 @@ COLLECTION_FILES += \
$${PWD}/../../app/share/collection/0.7_Armhole_adjustment_0.10.val \
$${PWD}/../../app/share/collection/my_calculated_measurements_for_val.vit \
$${PWD}/../../app/share/collection/Keiko_skirt.val \
- $${PWD}/../../app/share/collection/keiko.vit
+ $${PWD}/../../app/share/collection/keiko.vit \
+ $${PWD}/../../app/share/collection/medidas_eli2015.vit \
+ $${PWD}/../../app/share/collection/pantalon_base_Eli.val
# Compilation will fail without this files after we added them to this section.
diff --git a/src/test/ValentinaTest/tst_valentinacommandline.cpp b/src/test/ValentinaTest/tst_valentinacommandline.cpp
index 1f71c77ab..1f8a17408 100644
--- a/src/test/ValentinaTest/tst_valentinacommandline.cpp
+++ b/src/test/ValentinaTest/tst_valentinacommandline.cpp
@@ -274,6 +274,7 @@ void TST_ValentinaCommandLine::TestOpenCollection_data() const
QTest::newRow("Keiko_skirt") << "Keiko_skirt.val" << keyTest << true << V_EX_OK;
QTest::newRow("Moulage_0.5_armhole_neckline") << "Moulage_0.5_armhole_neckline.val" << keyTest << true << V_EX_OK;
QTest::newRow("0.7_Armhole_adjustment_0.10") << "0.7_Armhole_adjustment_0.10.val" << keyTest << true << V_EX_OK;
+ QTest::newRow("pantalon_base_Eli") << "pantalon_base_Eli.val" << keyTest << true << V_EX_OK;
}
//---------------------------------------------------------------------------------------------------------------------