0029528: Visualization, TKOpenGl - allow defining sRGB textures
[occt.git] / tests / bugs / fclasses / bug29355
CommitLineData
472433e2 1puts "# ======================================================================"
2puts "# 0029355: OCCT 6.9.1 persistence restored in OCCT 7.2.0 not working"
3puts "# ======================================================================"
4
5pload OCAF MODELING
6
7puts ""
8puts "# Check reading of shape from FSD archive"
9fsdread [locate_data_file bug29355.fsd] a
10checkshape a
11checknbshapes a -face 14 -solid 0 -edge 39 -vertex 26
12
13puts ""
14puts "# Check that reading fails with expected message on truncated file"
15puts "REQUIRED 29355 ALL: Error : 6"
16catch {fsdread [locate_data_file bug29355_truncated.fsd] a}