diff --git a/src/app/share/collection/IMK_Zhaketa_poluprilegayuschego_silueta.val b/src/app/share/collection/IMK_Zhaketa_poluprilegayuschego_silueta.val new file mode 100644 index 000000000..78c7e7a84 --- /dev/null +++ b/src/app/share/collection/IMK_Zhaketa_poluprilegayuschego_silueta.val @@ -0,0 +1,264 @@ + + + + 0.2.4 + cm + + + + Razmernye_priznaki_dlya_zhenskogo_zhaketa.vit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/src/app/share/collection/Razmernye_priznaki_dlya_zhenskogo_zhaketa.vit b/src/app/share/collection/Razmernye_priznaki_dlya_zhenskogo_zhaketa.vit new file mode 100644 index 000000000..bbc145621 --- /dev/null +++ b/src/app/share/collection/Razmernye_priznaki_dlya_zhenskogo_zhaketa.vit @@ -0,0 +1,27 @@ + + + + 0.3.3 + false + + cm + 998 + + + + 1800-01-01 + unknown + + + + + + + + + + + + + + diff --git a/src/test/ValentinaTest/ValentinaTest.pro b/src/test/ValentinaTest/ValentinaTest.pro index 919a4aa31..9d1dd5c04 100644 --- a/src/test/ValentinaTest/ValentinaTest.pro +++ b/src/test/ValentinaTest/ValentinaTest.pro @@ -295,7 +295,9 @@ COLLECTION_FILES += \ $${PWD}/../../app/share/collection/Keiko_skirt.val \ $${PWD}/../../app/share/collection/keiko.vit \ $${PWD}/../../app/share/collection/medidas_eli2015.vit \ - $${PWD}/../../app/share/collection/pantalon_base_Eli.val + $${PWD}/../../app/share/collection/pantalon_base_Eli.val \ + $${PWD}/../../app/share/collection/Razmernye_priznaki_dlya_zhenskogo_zhaketa.vit \ + $${PWD}/../../app/share/collection/IMK_Zhaketa_poluprilegayuschego_silueta.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 6f084819b..c7a28e109 100644 --- a/src/test/ValentinaTest/tst_valentinacommandline.cpp +++ b/src/test/ValentinaTest/tst_valentinacommandline.cpp @@ -273,6 +273,7 @@ void TST_ValentinaCommandLine::TestOpenCollection_data() const QTest::newRow("PajamaTopWrap2") << "PajamaTopWrap2.val" << keyTest << true << V_EX_OK; QTest::newRow("Keiko_skirt") << "Keiko_skirt.val" << keyTest << true << V_EX_OK; QTest::newRow("pantalon_base_Eli") << "pantalon_base_Eli.val" << keyTest << true << V_EX_OK; + QTest::newRow("IMK_Zhaketa") << "IMK_Zhaketa_poluprilegayuschego_silueta.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; }