mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-02 17:46:22 +03:00
0027532: Errors on reading stp-file
The cause of errors is a non alphabetical order of complex entity, which do not affect export. Move messages to debug mode. Replace fail by warning. Correction of test case bugs/vis/bug23153 according to the new behavior
This commit is contained in:
parent
9bf3ef8355
commit
5bbe7380bd
@ -178,16 +178,13 @@ void StepData_StepReaderData::SetRecord (const Standard_Integer num,
|
||||
//themults.SetValue(prev,num);
|
||||
themults.Bind(prev,num);
|
||||
if(thenametypes.FindKey(thetypes.Value(num)).IsLess(thenametypes.FindKey(thetypes.Value(prev)))) {
|
||||
//if (thetypes.Value(num).IsLess(thetypes.Value(prev)))
|
||||
|
||||
// ERREUR : Type complexe pas en ordre alphabetique. On enregistre.
|
||||
// Warning: components in complex entity are not in alphabetical order.
|
||||
TCollection_AsciiString errm("Complex Type incorrect : ");
|
||||
errm.AssignCat(thenametypes.FindKey(thetypes.Value(prev)));
|
||||
errm.AssignCat(" / ");
|
||||
errm.AssignCat(thenametypes.FindKey(thetypes.Value(num)));
|
||||
errm.AssignCat(" ... ");
|
||||
thecheck->AddFail(errm.ToCString(),"Complex Type incorrect : ");
|
||||
// On Affiche a l ecran, le plus de donnees possibles
|
||||
#ifdef OCCT_DEBUG
|
||||
while (theidents(prev) <= 0) {
|
||||
prev --; if (prev <= 0) break;
|
||||
}
|
||||
@ -196,6 +193,8 @@ void StepData_StepReaderData::SetRecord (const Standard_Integer num,
|
||||
<< " -> " << num*100/NbRecords() << " % in File) ***";
|
||||
if (prev > 0) sout << " Ident #" << theidents(prev);
|
||||
sout << "\n" << errm << endl;
|
||||
#endif
|
||||
thecheck->AddWarning(errm.ToCString(),"Complex Type incorrect : ");
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
@ -1,5 +1,3 @@
|
||||
puts "TODO OCC27532 ALL: Error on Record"
|
||||
|
||||
puts "============"
|
||||
puts "OCC27341"
|
||||
puts "============"
|
||||
|
@ -1,6 +1,3 @@
|
||||
puts "TODO OCC12345 ALL: Error on Record"
|
||||
puts "TODO OCC12345 ALL: OCC2368: Error during reading attached IGES file"
|
||||
|
||||
puts "============"
|
||||
puts "OCC2368"
|
||||
puts "============"
|
||||
|
@ -1,5 +1,3 @@
|
||||
puts "TODO OCC12345 ALL: Error on Record"
|
||||
|
||||
puts "========"
|
||||
puts "OCC205"
|
||||
puts "OCC348"
|
||||
|
@ -1,5 +1,3 @@
|
||||
puts "TODO OCC12345 ALL: Error on Record"
|
||||
|
||||
puts "========"
|
||||
puts "OCC205"
|
||||
puts "OCC348"
|
||||
|
@ -1,5 +1,3 @@
|
||||
puts "TODO OCC12345 ALL: Error on Record"
|
||||
|
||||
puts "========"
|
||||
puts "OCC205"
|
||||
puts "OCC348"
|
||||
|
@ -1,5 +1,3 @@
|
||||
puts "TODO OCC12345 ALL: Error on Record"
|
||||
|
||||
puts "========"
|
||||
puts "OCC205"
|
||||
puts "OCC348"
|
||||
|
@ -1,4 +1,3 @@
|
||||
puts "TODO OCC12345 ALL: Error on Record"
|
||||
puts "TODO OCC12345 ALL: Error : OCC926 is WRONG because number of "
|
||||
|
||||
puts "================"
|
||||
|
@ -1 +0,0 @@
|
||||
IGNORE /Error on Record/ message during loading file
|
@ -1,4 +1,4 @@
|
||||
puts "REQUIRED All: \\*\\*\\* Error on Record"
|
||||
#puts "REQUIRED All: \\*\\*\\* Error on Record"
|
||||
puts "============"
|
||||
puts "OCC23153"
|
||||
puts "============"
|
||||
|
@ -1,5 +1,3 @@
|
||||
puts "TODO OCC22982 ALL: Error on Record"
|
||||
# errors appear during reading source step file
|
||||
pload QAcommands
|
||||
|
||||
puts "============"
|
||||
|
@ -1,5 +1,4 @@
|
||||
FAILED /\bFaulty\b/ error
|
||||
IGNORE /Error on Record/ message during loading file
|
||||
IGNORE /Software error/ message in tpstat
|
||||
IGNORE /Syntax error/ message in data c
|
||||
IGNORE /Transfer error/ message in tpstat
|
||||
|
@ -1,4 +1,3 @@
|
||||
puts "TODO OCC23469 ALL: Error on Record "
|
||||
ReadStep D_First [locate_data_file trj3_d1-tc-214.stp]
|
||||
set TypeOfFile ""
|
||||
set AddToDocument ""
|
||||
|
@ -1,4 +1,3 @@
|
||||
puts "TODO OCC23469 ALL: Error on Record "
|
||||
ReadStep D_First [locate_data_file trj4_d2-tc-214.stp]
|
||||
set TypeOfFile ""
|
||||
set AddToDocument ""
|
||||
|
@ -1,4 +1,3 @@
|
||||
puts "TODO OCC23469 ALL: Error on Record "
|
||||
ReadStep D_First [locate_data_file trj4_d2-tu-214.stp]
|
||||
set TypeOfFile ""
|
||||
set AddToDocument ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user