]> OCCT Git - occt.git/commitdiff
0023639: Exception on attempt to save to XmlOcaf format
authorabv <abv@opencascade.com>
Tue, 8 Nov 2016 02:08:22 +0000 (05:08 +0300)
committerapn <apn@opencascade.com>
Thu, 17 Nov 2016 11:41:50 +0000 (14:41 +0300)
Variant FULL is removed from the options of DRAW command pload; ALL can be used in all cases

23 files changed:
src/DrawResources/DrawPlugin
tests/bugs/caf/bug26290_compatibility
tests/bugs/caf/bug26290_newattribute_1
tests/bugs/caf/bug26290_newattribute_2
tests/caf/basic/M4
tests/caf/named_shape/E1
tests/caf/named_shape/E2
tests/caf/named_shape/E3
tests/caf/named_shape/E4
tests/caf/named_shape/E5
tests/caf/named_shape/E6
tests/caf/named_shape/E7
tests/caf/named_shape/E8
tests/caf/named_shape/E9
tests/caf/named_shape/F1
tests/caf/named_shape/F2
tests/caf/named_shape/F3
tests/caf/named_shape/F4
tests/caf/named_shape/F5
tests/caf/named_shape/F6
tests/caf/named_shape/F7
tests/caf/named_shape/F8
tests/caf/named_shape/F9

index dc17bad4dbd09bd2034110c20241077da57c657e..d5034c3a4e594ab3b8fcfce7cbd5700be02228df 100755 (executable)
@@ -37,7 +37,6 @@ DATAEXCHANGEKERNEL : XSDRAW
 OCAF               : VISUALIZATION, OCAFKERNEL
 DATAEXCHANGE       : XDE, VISUALIZATION
 XDE                : DATAEXCHANGEKERNEL, XDEDRAW
-FULL               : MODELING, OCAFKERNEL, VISUALIZATION 
 ALL                : MODELING, OCAFKERNEL, DATAEXCHANGE
 
 TOPTEST            : TKTopTest
index 73a9cfc38305dfd5d29bbcb367803363c7150807..079f45a7eb9145dacd0f0af45282b27e6fea83e5 100644 (file)
@@ -6,7 +6,7 @@
 # Testing command:   standard set of commands
 #
 # The test checks compatibility with old format files. Old files: bug26290_oldformat1.cbf & bug26290_oldformat2.cbf
-pload FULL
+pload OCAF VISUALIZATION
 set Lab1 0:1:1
 set Lab2 0:1:2
 
index 023dc9ecfe2dd03bee451066aa3e222287d7e7b9..12252fad4f6f5878cf2a45bfdcfb30bee8417302 100644 (file)
@@ -7,7 +7,7 @@
 #
 # The test checks joint work of these attributes (including Undo/Redo) and keeps result in 'bug26290_new_1.cbf' file
 
-pload FULL
+pload OCAF VISUALIZATION
 
 box b 100 200 300
 NewDocument D BinOcaf
index 6450f682112ad0ea8a3e009c6ed7a208c9d14eda..bf2e2048a2f462c8489c9bbc6de82bc22fc4774a 100644 (file)
@@ -7,7 +7,8 @@
 #
 # The test checks joint work of these attributes, opens kept before file 'bug26290_new_1.cbf', modifies it,
 # checks Undo/Redo work and keeps it in 'bug26290_new_2.cbf'
-pload FULL
+
+pload OCAF VISUALIZATION
 
 # prepare document
 box b 100 200 300
index bc2fbb6e4b7c1781ef24ccbe3af5db8e834bd790..a31c599361572b85f72edffca50ddb72376fb8da 100755 (executable)
@@ -6,7 +6,6 @@ puts ""
 # Improvement of storage of Ocaf document in XML file format
 ######################################################
 
-#pload FULL
 NewDocument M4 XmlOcaf
 
 # Simple array with many separators inside.
index e26a85be211e2a152a5441860631526e5053f7e1..52e0b74562abfdabbf728ecf7f1708c275c2d2eb 100755 (executable)
@@ -15,7 +15,6 @@
 # 8. Recompute selections
 # ===============================================
 
-#pload FULL
 erase 
 Close D 
 
index 711c186c36601325375284d8206a9ed4a0f72e4e..de9896333fd4a77584a8060e640aaf1d368a1319 100755 (executable)
@@ -15,7 +15,6 @@
 # 9. Recompute selections
 # ===============================================
 
-#pload FULL
 erase
 Close D
 
index e3da7053bf676c3bda0197732a8ee8b7d1245d15..70848c0758ff49f0907e34b4bce5e53549025450 100755 (executable)
@@ -14,7 +14,6 @@
 # 8. Recompute selections
 # ===============================================
 
-#pload FULL
 erase 
 Close D 
 
index 0cceef75da3b92ed885d7befd74f10c1070cd42a..c4138164db6a391257e82e3ffa6c422503835793 100755 (executable)
@@ -13,7 +13,6 @@
 # 7. Recompute modeling functions
 # 8. Recompute selections
 # ===============================================
-#pload FULL
 
 erase 
 Close D 
index d5626b8b6b97f7db8fa0b1f186ee75453c992ecb..73a53957c9e7b831877ffab737c225647fad55f4 100755 (executable)
@@ -13,7 +13,6 @@
 # 7. Recompute modeling functions
 # 8. Recompute selections
 # ===============================================
-#pload FULL
 
 erase 
 Close D 
index ed0bacba3a9ccace5adc39ffb2ee9300dcceea2e..4c36ee7b8a02184162137a3bb6640661a0b5f7c4 100755 (executable)
@@ -17,8 +17,6 @@
 # 11. Recompute selections
 # ===============================================
 
-#pload FULL
-
 erase 
 Close D 
 
index c68f2b3d2bb0d5f2781b0348e91620adc5d0ba21..ce074359beb4e98d2d18eecf6a0306e309810f80 100755 (executable)
@@ -18,7 +18,6 @@
 # 12. Recompute selections
 # ===============================================
 
-#pload FULL
 erase
 Close D
 
index 1a4100a9c5c9348dadec489aa9c8e28efa7da4ad..8dbaec47f8987f5bbf4874f029742459321e1197 100755 (executable)
@@ -16,7 +16,6 @@
 # 10. Recompute selections
 # ===============================================
 
-#pload FULL
 erase
 Close D
 
index 509792178ad22a1f0bfdd144c91023083883cffc..e4cf671f4b9144f62495db320f464f768e00faca 100755 (executable)
@@ -15,7 +15,6 @@
 # 8. Recompute selections
 # ===============================================
 
-#pload FULL
 erase 
 Close D 
 
index 62e4b969518bd2ba7e767126c7c13440f6d26b94..ecb23c3eb2b955856c692ce2fb64baf02d71244e 100755 (executable)
@@ -19,7 +19,6 @@
 # 12. Recompute selections
 # ===============================================
 
-#pload FULL
 erase 
 Close D 
 
index 8f32cd2463b895f346618ac80c78b52af97d3ce7..3998f5cc17b85a172b74a2d1b36733ccfc1e16ef 100755 (executable)
@@ -16,7 +16,6 @@
 # 9. Recompute selections
 # ===============================================
 
-#pload FULL
 erase 
 Close D 
 
index ec997308f1de76574054a3b81130fc4a1fa8a5ba..1653baff439f5e68dcb44fb0ceea45bf8f25c01c 100755 (executable)
@@ -21,8 +21,6 @@
 # 11. Recompute selections
 # ===============================================
 
-
-#pload FULL
 erase 
 Close D 
 
index b8567e2f7f2d3b07d6d06b30487f4a451277e205..cc914aa58e3d2d28b092193da8408a3a9085cc5f 100755 (executable)
@@ -14,7 +14,6 @@
 # 8. Recompute selections
 # ===============================================
 
-#pload FULL
 erase
 Close D
 
index 1ff426cd89c766889687bd296f79cc7558c5e10c..1aa79668e572485e05bd272fe6a696ef1bc020f4 100755 (executable)
@@ -17,7 +17,6 @@
 # 11. Recompute selections
 # ===============================================
 
-#pload FULL
 erase 
 Close D 
 
index 7485059b0bac8989d9ca799d60c5ce5a7e86de47..fdd1c18dc51541561d76f1bdbae4e4dac663cfe9 100755 (executable)
@@ -19,7 +19,6 @@
 # 13. Recompute selections
 # ===============================================
 
-#pload FULL
 erase 
 Close D 
 
index 66069267f4a4584bf8c7e0e0f53fde68fdaa7555..1d0532a11081d0489975dc4b89ae245eb009feef 100644 (file)
@@ -18,7 +18,6 @@
 # 12. Recompute 
 # ===============================================
 
-#pload FULL
 erase 
 Close D 
 
index 2d00b9cf6b491f6f7b03ec0d7d0b9f4be16a4da5..36389003dbe01febe257239ee19f23a04e6fad7a 100755 (executable)
@@ -14,7 +14,6 @@
 # 6. Recompute
 # ===============================================
 
-pload FULL
 set doc d16
 NewDocument $doc BinOcaf
 AddDriver $doc Box Fuse Attach
index 4b8e16d85ecf197052b677015675ac471eea0070..c3612a5515118e954c8d6ce672bfe01a4ef7b8c5 100755 (executable)
 # 6. Recompute
 # ===============================================
 
-pload FULL
 set doc d16
 NewDocument $doc BinOcaf
 AddDriver $doc Box Fuse Attach
+
 #1.create 3 boxes
 set B1 [AddBox $doc 100 200 350]
 set B2 [AddBox $doc 330 330 90]