Changesets: occt
master 692613e5 2012-09-10 10:30:46 Details Diff |
0023272: Image comparison algorithm A new class Image_Diff for comparison of images and a draw-command "diffimage", which compares 2 images. Image_PixMap redesigned to provide interface for low-level image operations. New Image_AlienPixMap class now intended for Save/Load functionality. Aspect_PixMap class dropped. Xw_PixMap and WNT_PixMap classes now do not inherit from Aspect_PixMap and deprecated. ToPixMap methods now retrieve Image_PixMap as argument. Conflicts: src/ViewerTest/ViewerTest.cxx Remarks applied Fix compilation (correct merging error) Eliminated Aspect <-> Image cyclic dependency Fixed GIF dump in case of BGR32 image format |
Affected Issues 0023272 |
|
mod - src/Aspect/Aspect.cdl | Diff File | ||
rm - src/Aspect/Aspect_PixMap.cdl | Diff File | ||
rm - src/Aspect/Aspect_PixMap.cxx | Diff File | ||
mod - src/Aspect/Aspect_Window.cdl | Diff File | ||
mod - src/Draw/Draw_Window.cxx | Diff File | ||
mod - src/Graphic3d/FILES | Diff File | ||
mod - src/Graphic3d/Graphic3d.cdl | Diff File | ||
mod - src/Graphic3d/Graphic3d_GraphicDriver.cdl | Diff File | ||
mod - src/Image/FILES | Diff File | ||
mod - src/Image/Image.cdl | Diff File | ||
add - src/Image/Image_AlienPixMap.cxx | Diff File | ||
add - src/Image/Image_AlienPixMap.hxx | Diff File | ||
add - src/Image/Image_Color.hxx | Diff File | ||
rm - src/Image/Image_CRawBufferData.hxx | Diff File | ||
add - src/Image/Image_Diff.cxx | Diff File | ||
add - src/Image/Image_Diff.hxx | Diff File | ||
rm - src/Image/Image_PixMap.cdl | Diff File | ||
mod - src/Image/Image_PixMap.cxx | Diff File | ||
add - src/Image/Image_PixMap.hxx | Diff File | ||
add - src/Image/Image_PixMapData.hxx | Diff File | ||
mod - src/InterfaceGraphic/FILES | Diff File | ||
rm - src/InterfaceGraphic/InterfaceGraphic_RawBufferData.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_GraphicDriver.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_GraphicDriver_7.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Workspace.hxx | Diff File | ||
mod - src/QADraw/QADraw.cxx | Diff File | ||
mod - src/V3d/V3d_View.cdl | Diff File | ||
mod - src/V3d/V3d_View.cxx | Diff File | ||
mod - src/ViewerTest/ViewerTest.cxx | Diff File | ||
mod - src/ViewerTest/ViewerTest_ViewerCommands.cxx | Diff File | ||
mod - src/Visual3d/Visual3d_View.cdl | Diff File | ||
mod - src/Visual3d/Visual3d_View.cxx | Diff File | ||
mod - src/WNT/WNT_ImageProcessor.cxx | Diff File | ||
mod - src/WNT/WNT_PixMap.cdl | Diff File | ||
mod - src/WNT/WNT_PixMap.cxx | Diff File | ||
mod - src/WNT/WNT_Window.cdl | Diff File | ||
mod - src/WNT/WNT_Window.cxx | Diff File | ||
mod - src/Xw/Xw_PixMap.cdl | Diff File | ||
mod - src/Xw/Xw_PixMap.cxx | Diff File | ||
mod - src/Xw/Xw_save_image.cxx | Diff File | ||
mod - src/Xw/Xw_Window.cdl | Diff File | ||
mod - src/Xw/Xw_Window.cxx | Diff File | ||
master 567148d8 2012-09-07 12:50:42
|
0023196: Porting to the latest version of ftgl library Use FreeType entities instead of private helper classes from FTGL. OpenGl package: link freetype.lib and ftgl.lib on Windows with #pragma comment. |
||
mod - src/OpenGl/OpenGl_FontMgr.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_FontMgr.hxx | Diff File | ||
master 9fe1ada8 2012-09-07 10:19:09
|
0023403: Crash when parsing an expression with lexical error Fix double freeing of memory in case when lexical error is detected by parser: - revert previous fix, instead nullify the global buffer after its freeing in ExprIntrp_stop_string(). Added new QA command CR23403 and test case |
||
mod - src/ExprIntrp/ExprIntrp.lex | Diff File | ||
mod - tests/bugs/demo/CR23410 | Diff File | ||
add - tests/bugs/fclasses/CR23403 | Diff File | ||
mod - tests/bugs/grids.list | Diff File | ||
master 0c5acd27 2012-09-07 10:11:06
|
0023405: BOP common produces one face instead of a solid Modified class :IntTools_FaceFace - method: void IntTools_FaceFace::ComputeTolReached3d() The goal is: to give more precise definition to the value of tolerance of intersection curves in 3D for the case plane/sphere. Added test case boolean/bopcommon_complex/M7 Added test case boolean/bopcommon_simple/ZP9 for verified bug CR23374 |
||
mod - src/IntTools/IntTools_FaceFace.cxx | Diff File | ||
add - tests/boolean/bopcommon_complex/M7 | Diff File | ||
add - tests/boolean/bopcommon_simple/ZP9 | Diff File | ||
master 2e1a4dae 2012-09-07 09:58:12 Details Diff |
0023409: Tricheck command doesn't report problem when triangulation has unexpected holes Tricheck command improvement for checking triangulation holes on free links More obvious error message Added test case bugs demo CR23409 Modified test case offset wire_closed_outside_0_005 G7 |
Affected Issues 0023409 |
|
mod - src/BRepMesh/BRepMesh_Edge.cdl | Diff File | ||
mod - src/BRepMesh/BRepMesh_Edge.lxx | Diff File | ||
mod - src/MeshTest/MeshTest_PluginCommands.cxx | Diff File | ||
add - tests/bugs/demo/CR23409 | Diff File | ||
master 02a0b964 2012-09-07 09:03:39 Committer: |
0023384: Translate sub-shape names between XDE document and STEP Sub-shapes naming translation between XDE and STEP implemented as an optional mode of Reader/Writer. New static variables are now available: write.stepcaf.subshapes.name for Writer and read.stepcaf.subshapes.name for Reader (both have 0 values by default). XOpen command implemented in scope of XDEDRAW asset. Added test case bugs xde CR23384 |
||
mod - src/STEPCAFControl/STEPCAFControl_Controller.cxx | Diff File | ||
mod - src/STEPCAFControl/STEPCAFControl_Reader.cdl | Diff File | ||
mod - src/STEPCAFControl/STEPCAFControl_Reader.cxx | Diff File | ||
mod - src/STEPCAFControl/STEPCAFControl_Writer.cxx | Diff File | ||
mod - src/XDEDRAW/XDEDRAW.cxx | Diff File | ||
mod - tests/bugs/xde/CR23384 | Diff File | ||
master 5df3a117 2012-09-07 08:33:12
Committer: abv Details Diff |
0023423: Test system does not get log if DRAW crashes or gets killed Avoid using dlog in grid tests (command testgrid), in order to get some output even if DRAW crashes. Command test now accepts argument echo to get echo immediately (but no log processing). Test case for checking log processing in case of premature exit of DRAW is added (demo testsystem premature_exit). |
Affected Issues 0023423 |
|
mod - src/DrawResources/TestCommands.tcl | Diff File | ||
mod - tests/demo/grids.list | Diff File | ||
add - tests/demo/testsystem/premature_exit | Diff File | ||
master 319e4241 2012-09-06 10:24:05 Details Diff |
0023410: QA commands don't work properly in new testing system Comment adding command rename. Add QA test case. Adjusting bugs test group |
Affected Issues 0023410 |
|
mod - src/QADraw/QADraw.cxx | Diff File | ||
add - tests/bugs/demo/CR23410 | Diff File | ||
add - tests/bugs/demo/CR23416 | Diff File | ||
mod - tests/bugs/end | Diff File | ||
mod - tests/bugs/grids.list | Diff File | ||
mod - tests/bugs/iges/CR23377 | Diff File | ||
add - tests/bugs/xde/begin | Diff File | ||
add - tests/bugs/xde/CR23384 | Diff File | ||
master 33e721ba 2012-09-02 09:48:03
|
0023374: BOP Common between a sphere and a box gives wrong result | ||
mod - src/BOP/BOP_FaceBuilder.cxx | Diff File | ||
master fa920fb1 2012-08-31 11:33:33 Details Diff |
0023377: Error in importing a rational spline IGES surface [Type 128, PROP3 = 0] into OCCT Fix to address Rational surface with non-unitary weights at last index Add new test case folder with test case for bugs |
Affected Issues 0023377 |
|
mod - src/IGESGeom/IGESGeom_BSplineSurface.cxx | Diff File | ||
add - tests/bugs/begin | Diff File | ||
add - tests/bugs/end | Diff File | ||
add - tests/bugs/grids.list | Diff File | ||
add - tests/bugs/iges/begin | Diff File | ||
add - tests/bugs/iges/CR23377 | Diff File | ||
add - tests/bugs/parse.rules | Diff File | ||
master 1ec8a59e 2012-08-31 11:26:23
|
0023205: Patch for Naming improvement 1). Added persistence. 2) Removed not supported evolution - Replace. QADraw commands were fixed . Added TKBO to EXTERNLIB. Modified test case: caf named_shape F6 |
||
mod - src/BinMNaming/BinMNaming_NamedShapeDriver.cxx | Diff File | ||
mod - src/BinMNaming/BinMNaming_NamingDriver.cxx | Diff File | ||
mod - src/MNaming/MNaming_NamedShapeRetrievalDriver.cxx | Diff File | ||
mod - src/MNaming/MNaming_NamedShapeStorageDriver.cxx | Diff File | ||
mod - src/MNaming/MNaming_NamingRetrievalDriver.cxx | Diff File | ||
mod - src/MNaming/MNaming_NamingStorageDriver.cxx | Diff File | ||
mod - src/QADNaming/QADNaming_BuilderCommands.cxx | Diff File | ||
mod - src/QADNaming/QADNaming_IteratorsCommands.cxx | Diff File | ||
mod - src/QANewBRepNaming/QANewBRepNaming.cxx | Diff File | ||
mod - src/TKCAF/EXTERNLIB | Diff File | ||
mod - src/TNaming/TNaming.cdl | Diff File | ||
mod - src/TNaming/TNaming.cxx | Diff File | ||
mod - src/TNaming/TNaming_Builder.cdl | Diff File | ||
mod - src/TNaming/TNaming_DeltaOnModification.cxx | Diff File | ||
mod - src/TNaming/TNaming_Name.cxx | Diff File | ||
mod - src/TNaming/TNaming_NamedShape.cdl | Diff File | ||
mod - src/TNaming/TNaming_NamedShape.cxx | Diff File | ||
mod - src/TNaming/TNaming_Naming.cxx | Diff File | ||
mod - src/XmlMNaming/XmlMNaming_NamedShapeDriver.cxx | Diff File | ||
mod - src/XmlMNaming/XmlMNaming_NamingDriver.cxx | Diff File | ||
master b053b764 2012-08-31 08:05:49
|
0023412: Integration of test grid "dec" into the new testing system Integration of test grid "dec" into the new testing system with "xcaf" name |
Affected Issues 0023412 |
|
add - tests/xcaf/add_ACL_brep/A1 | Diff File | ||
add - tests/xcaf/begin | Diff File | ||
add - tests/xcaf/brep_add_CL/A1 | Diff File | ||
add - tests/xcaf/brep_add_CL/A2 | Diff File | ||
add - tests/xcaf/brep_add_CL/A3 | Diff File | ||
add - tests/xcaf/brep_add_CL/A4 | Diff File | ||
add - tests/xcaf/brep_add_CL/A5 | Diff File | ||
add - tests/xcaf/brep_add_CL/A6 | Diff File | ||
add - tests/xcaf/brep_add_CL/A7 | Diff File | ||
add - tests/xcaf/brep_add_CL/A8 | Diff File | ||
add - tests/xcaf/brep_add_CL/A9 | Diff File | ||
add - tests/xcaf/brep_add_CL/B1 | Diff File | ||
add - tests/xcaf/brep_add_CL/B2 | Diff File | ||
add - tests/xcaf/brep_add_CL/B3 | Diff File | ||
add - tests/xcaf/brep_add_CL/B4 | Diff File | ||
add - tests/xcaf/brep_add_CL/B5 | Diff File | ||
add - tests/xcaf/brep_add_CL/B6 | Diff File | ||
add - tests/xcaf/brep_add_CL/B7 | Diff File | ||
add - tests/xcaf/brep_add_CL/B8 | Diff File | ||
add - tests/xcaf/brep_add_CL/B9 | Diff File | ||
add - tests/xcaf/brep_add_CL/C1 | Diff File | ||
add - tests/xcaf/brep_add_CL/C2 | Diff File | ||
add - tests/xcaf/brep_add_CL/C3 | Diff File | ||
add - tests/xcaf/brep_add_CL/C4 | Diff File | ||
add - tests/xcaf/brep_add_CL/C5 | Diff File | ||
add - tests/xcaf/brep_add_CL/C6 | Diff File | ||
add - tests/xcaf/brep_add_CL/C7 | Diff File | ||
add - tests/xcaf/brep_add_CL/C8 | Diff File | ||
add - tests/xcaf/brep_add_CL/C9 | Diff File | ||
add - tests/xcaf/brep_add_CL/D1 | Diff File | ||
add - tests/xcaf/brep_add_CL/D2 | Diff File | ||
add - tests/xcaf/brep_add_CL/D3 | Diff File | ||
add - tests/xcaf/brep_add_CL/D4 | Diff File | ||
add - tests/xcaf/brep_add_CL/D5 | Diff File | ||
add - tests/xcaf/brep_add_CL/D6 | Diff File | ||
add - tests/xcaf/brep_add_CL/D7 | Diff File | ||
add - tests/xcaf/brep_add_CL/D8 | Diff File | ||
add - tests/xcaf/brep_add_CL/D9 | Diff File | ||
add - tests/xcaf/brep_add_CL/E1 | Diff File | ||
add - tests/xcaf/brep_add_CL/E2 | Diff File | ||
add - tests/xcaf/brep_add_CL/E3 | Diff File | ||
add - tests/xcaf/brep_add_CL/E4 | Diff File | ||
add - tests/xcaf/brep_add_CL/E5 | Diff File | ||
add - tests/xcaf/brep_add_CL/E6 | Diff File | ||
add - tests/xcaf/brep_add_CL/E7 | Diff File | ||
add - tests/xcaf/brep_add_CL/E8 | Diff File | ||
add - tests/xcaf/brep_add_CL/E9 | Diff File | ||
add - tests/xcaf/brep_add_CL/F1 | Diff File | ||
add - tests/xcaf/brep_add_CL/F2 | Diff File | ||
add - tests/xcaf/brep_add_CL/F3 | Diff File | ||
add - tests/xcaf/brep_add_CL/F4 | Diff File | ||
add - tests/xcaf/brep_add_CL/F5 | Diff File | ||
add - tests/xcaf/brep_add_CL/F6 | Diff File | ||
add - tests/xcaf/brep_add_CL/F7 | Diff File | ||
add - tests/xcaf/brep_add_CL/F8 | Diff File | ||
add - tests/xcaf/brep_add_CL/F9 | Diff File | ||
add - tests/xcaf/brep_add_CL/G1 | Diff File | ||
add - tests/xcaf/brep_add_CL/G2 | Diff File | ||
add - tests/xcaf/brep_add_CL/G3 | Diff File | ||
add - tests/xcaf/brep_add_CL/G4 | Diff File | ||
add - tests/xcaf/brep_add_CL/G5 | Diff File | ||
add - tests/xcaf/brep_add_CL/G6 | Diff File | ||
add - tests/xcaf/brep_add_CL/G7 | Diff File | ||
add - tests/xcaf/brep_add_CL/G8 | Diff File | ||
add - tests/xcaf/brep_add_CL/G9 | Diff File | ||
add - tests/xcaf/brep_add_CL/I1 | Diff File | ||
add - tests/xcaf/brep_add_CL/I2 | Diff File | ||
add - tests/xcaf/brep_add_CL/I3 | Diff File | ||
add - tests/xcaf/brep_add_CL/I4 | Diff File | ||
add - tests/xcaf/brep_add_CL/I5 | Diff File | ||
add - tests/xcaf/brep_add_CL/I6 | Diff File | ||
add - tests/xcaf/brep_to_dxc/A1 | Diff File | ||
add - tests/xcaf/brep_to_dxc/A2 | Diff File | ||
add - tests/xcaf/brep_to_dxc/A3 | Diff File | ||
add - tests/xcaf/brep_to_dxc/A4 | Diff File | ||
add - tests/xcaf/brep_to_dxc/A5 | Diff File | ||
add - tests/xcaf/brep_to_dxc/A6 | Diff File | ||
add - tests/xcaf/brep_to_dxc/A7 | Diff File | ||
add - tests/xcaf/brep_to_dxc/A8 | Diff File | ||
add - tests/xcaf/brep_to_dxc/A9 | Diff File | ||
add - tests/xcaf/brep_to_dxc/B1 | Diff File | ||
add - tests/xcaf/brep_to_dxc/B2 | Diff File | ||
add - tests/xcaf/brep_to_dxc/B3 | Diff File | ||
add - tests/xcaf/brep_to_dxc/B4 | Diff File | ||
add - tests/xcaf/brep_to_dxc/B5 | Diff File | ||
add - tests/xcaf/brep_to_dxc/B6 | Diff File | ||
add - tests/xcaf/brep_to_dxc/B7 | Diff File | ||
add - tests/xcaf/brep_to_dxc/B8 | Diff File | ||
add - tests/xcaf/brep_to_dxc/B9 | Diff File | ||
add - tests/xcaf/brep_to_dxc/C1 | Diff File | ||
add - tests/xcaf/brep_to_dxc/C2 | Diff File | ||
add - tests/xcaf/brep_to_dxc/C3 | Diff File | ||
add - tests/xcaf/brep_to_dxc/C4 | Diff File | ||
add - tests/xcaf/brep_to_dxc/C5 | Diff File | ||
add - tests/xcaf/brep_to_dxc/C6 | Diff File | ||
add - tests/xcaf/brep_to_dxc/C7 | Diff File | ||
add - tests/xcaf/brep_to_dxc/C8 | Diff File | ||
add - tests/xcaf/brep_to_dxc/C9 | Diff File | ||
add - tests/xcaf/brep_to_dxc/D1 | Diff File | ||
add - tests/xcaf/brep_to_dxc/D2 | Diff File | ||
add - tests/xcaf/brep_to_dxc/D3 | Diff File | ||
add - tests/xcaf/brep_to_dxc/D4 | Diff File | ||
add - tests/xcaf/brep_to_dxc/D5 | Diff File | ||
add - tests/xcaf/brep_to_dxc/D6 | Diff File | ||
add - tests/xcaf/brep_to_dxc/D7 | Diff File | ||
add - tests/xcaf/brep_to_dxc/D8 | Diff File | ||
add - tests/xcaf/brep_to_dxc/D9 | Diff File | ||
add - tests/xcaf/brep_to_dxc/E1 | Diff File | ||
add - tests/xcaf/brep_to_dxc/E2 | Diff File | ||
add - tests/xcaf/brep_to_dxc/E3 | Diff File | ||
add - tests/xcaf/brep_to_dxc/E4 | Diff File | ||
add - tests/xcaf/brep_to_dxc/E5 | Diff File | ||
add - tests/xcaf/brep_to_dxc/E6 | Diff File | ||
add - tests/xcaf/brep_to_dxc/E7 | Diff File | ||
add - tests/xcaf/brep_to_dxc/E8 | Diff File | ||
add - tests/xcaf/brep_to_dxc/E9 | Diff File | ||
add - tests/xcaf/brep_to_dxc/F1 | Diff File | ||
add - tests/xcaf/brep_to_dxc/F2 | Diff File | ||
add - tests/xcaf/brep_to_dxc/F3 | Diff File | ||
add - tests/xcaf/brep_to_dxc/F4 | Diff File | ||
add - tests/xcaf/brep_to_dxc/F5 | Diff File | ||
add - tests/xcaf/brep_to_dxc/F6 | Diff File | ||
add - tests/xcaf/brep_to_dxc/F7 | Diff File | ||
add - tests/xcaf/brep_to_dxc/F8 | Diff File | ||
add - tests/xcaf/brep_to_dxc/F9 | Diff File | ||
add - tests/xcaf/brep_to_dxc/G1 | Diff File | ||
add - tests/xcaf/brep_to_dxc/G2 | Diff File | ||
add - tests/xcaf/brep_to_dxc/G3 | Diff File | ||
add - tests/xcaf/brep_to_dxc/G4 | Diff File | ||
add - tests/xcaf/brep_to_dxc/G5 | Diff File | ||
add - tests/xcaf/brep_to_dxc/G6 | Diff File | ||
add - tests/xcaf/brep_to_dxc/G7 | Diff File | ||
add - tests/xcaf/brep_to_dxc/G8 | Diff File | ||
add - tests/xcaf/brep_to_dxc/G9 | Diff File | ||
add - tests/xcaf/brep_to_dxc/I1 | Diff File | ||
add - tests/xcaf/brep_to_dxc/I2 | Diff File | ||
add - tests/xcaf/brep_to_dxc/I3 | Diff File | ||
add - tests/xcaf/brep_to_dxc/I4 | Diff File | ||
add - tests/xcaf/brep_to_dxc/I5 | Diff File | ||
add - tests/xcaf/brep_to_dxc/I6 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/A1 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/A2 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/A3 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/A4 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/A5 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/A6 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/A7 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/A8 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/A9 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/B1 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/B2 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/B3 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/B4 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/B5 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/B6 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/B7 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/B8 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/B9 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/C1 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/C2 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/C3 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/C4 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/C5 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/C6 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/C7 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/C8 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/C9 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/D1 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/D2 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/D3 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/D4 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/D5 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/D6 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/D7 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/D8 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/D9 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/E1 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/E2 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/E3 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/E4 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/E5 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/E6 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/E7 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/E8 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/E9 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/F1 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/F2 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/F3 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/F4 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/F5 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/F6 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/F7 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/F8 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/F9 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/G1 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/G2 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/G3 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/G4 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/G5 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/G6 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/G7 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/G8 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/G9 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/I1 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/I2 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/I3 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/I4 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/I5 | Diff File | ||
add - tests/xcaf/brep_to_igs_add_CL/I6 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/A1 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/A2 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/A3 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/A4 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/A5 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/A6 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/A7 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/A8 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/A9 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/B1 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/B2 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/B3 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/B4 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/B5 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/B6 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/B7 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/B8 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/B9 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/C1 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/C2 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/C3 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/C4 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/C5 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/C6 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/C7 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/C8 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/C9 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/D1 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/D2 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/D3 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/D4 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/D5 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/D6 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/D7 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/D8 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/D9 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/E1 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/E2 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/E3 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/E4 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/E5 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/E6 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/E7 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/E8 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/E9 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/F1 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/F2 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/F3 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/F4 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/F5 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/F6 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/F7 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/F8 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/F9 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/G1 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/G2 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/G3 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/G4 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/G5 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/G6 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/G7 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/G8 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/G9 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/I1 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/I2 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/I3 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/I4 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/I5 | Diff File | ||
add - tests/xcaf/brep_to_stp_add_CL/I6 | Diff File | ||
add - tests/xcaf/dxc/A1 | Diff File | ||
add - tests/xcaf/dxc_add_ACL/A1 | Diff File | ||
add - tests/xcaf/dxc_add_CL/A1 | Diff File | ||
add - tests/xcaf/dxc_add_CL/A2 | Diff File | ||
add - tests/xcaf/dxc_add_CL/A3 | Diff File | ||
add - tests/xcaf/dxc_add_CL/A4 | Diff File | ||
add - tests/xcaf/dxc_add_CL/A5 | Diff File | ||
add - tests/xcaf/dxc_add_CL/A6 | Diff File | ||
add - tests/xcaf/dxc_add_CL/A7 | Diff File | ||
add - tests/xcaf/dxc_add_CL/A8 | Diff File | ||
add - tests/xcaf/dxc_add_CL/A9 | Diff File | ||
add - tests/xcaf/dxc_add_CL/B1 | Diff File | ||
add - tests/xcaf/dxc_add_CL/B2 | Diff File | ||
add - tests/xcaf/dxc_add_CL/B3 | Diff File | ||
add - tests/xcaf/dxc_add_CL/B4 | Diff File | ||
add - tests/xcaf/dxc_add_CL/B5 | Diff File | ||
add - tests/xcaf/dxc_add_CL/B6 | Diff File | ||
add - tests/xcaf/dxc_add_CL/B7 | Diff File | ||
add - tests/xcaf/dxc_add_CL/B8 | Diff File | ||
add - tests/xcaf/dxc_add_CL/B9 | Diff File | ||
add - tests/xcaf/dxc_add_CL/C1 | Diff File | ||
add - tests/xcaf/dxc_add_CL/C2 | Diff File | ||
add - tests/xcaf/dxc_add_CL/C3 | Diff File | ||
add - tests/xcaf/dxc_add_CL/C4 | Diff File | ||
add - tests/xcaf/dxc_add_CL/C5 | Diff File | ||
add - tests/xcaf/dxc_add_CL/C6 | Diff File | ||
add - tests/xcaf/dxc_add_CL/C7 | Diff File | ||
add - tests/xcaf/dxc_add_CL/C8 | Diff File | ||
add - tests/xcaf/dxc_add_CL/C9 | Diff File | ||
add - tests/xcaf/dxc_add_CL/D1 | Diff File | ||
add - tests/xcaf/dxc_add_CL/D2 | Diff File | ||
add - tests/xcaf/dxc_add_CL/D3 | Diff File | ||
add - tests/xcaf/dxc_add_CL/D4 | Diff File | ||
add - tests/xcaf/dxc_add_CL/D5 | Diff File | ||
add - tests/xcaf/dxc_add_CL/D6 | Diff File | ||
add - tests/xcaf/dxc_add_CL/D7 | Diff File | ||
add - tests/xcaf/dxc_add_CL/D8 | Diff File | ||
add - tests/xcaf/dxc_add_CL/D9 | Diff File | ||
add - tests/xcaf/dxc_add_CL/E1 | Diff File | ||
add - tests/xcaf/dxc_add_CL/E2 | Diff File | ||
add - tests/xcaf/dxc_add_CL/E3 | Diff File | ||
add - tests/xcaf/dxc_add_CL/E4 | Diff File | ||
add - tests/xcaf/dxc_add_CL/E5 | Diff File | ||
add - tests/xcaf/dxc_add_CL/E6 | Diff File | ||
add - tests/xcaf/dxc_add_CL/E7 | Diff File | ||
add - tests/xcaf/dxc_add_CL/E8 | Diff File | ||
add - tests/xcaf/dxc_add_CL/E9 | Diff File | ||
add - tests/xcaf/dxc_add_CL/F1 | Diff File | ||
add - tests/xcaf/dxc_add_CL/F2 | Diff File | ||
add - tests/xcaf/dxc_add_CL/F3 | Diff File | ||
add - tests/xcaf/dxc_add_CL/F4 | Diff File | ||
add - tests/xcaf/dxc_add_CL/F5 | Diff File | ||
add - tests/xcaf/dxc_add_CL/F6 | Diff File | ||
add - tests/xcaf/dxc_add_CL/F7 | Diff File | ||
add - tests/xcaf/dxc_add_CL/F8 | Diff File | ||
add - tests/xcaf/dxc_add_CL/F9 | Diff File | ||
add - tests/xcaf/dxc_add_CL/G1 | Diff File | ||
add - tests/xcaf/dxc_add_CL/G2 | Diff File | ||
add - tests/xcaf/dxc_add_CL/G3 | Diff File | ||
add - tests/xcaf/dxc_add_CL/G4 | Diff File | ||
add - tests/xcaf/dxc_add_CL/G5 | Diff File | ||
add - tests/xcaf/dxc_add_CL/G6 | Diff File | ||
add - tests/xcaf/dxc_add_CL/G7 | Diff File | ||
add - tests/xcaf/dxc_add_CL/G8 | Diff File | ||
add - tests/xcaf/dxc_add_CL/G9 | Diff File | ||
add - tests/xcaf/dxc_add_CL/I1 | Diff File | ||
add - tests/xcaf/dxc_add_CL/I2 | Diff File | ||
add - tests/xcaf/dxc_add_CL/I3 | Diff File | ||
add - tests/xcaf/dxc_add_CL/I4 | Diff File | ||
add - tests/xcaf/dxc_add_CL/I5 | Diff File | ||
add - tests/xcaf/dxc_add_CL/I6 | Diff File | ||
add - tests/xcaf/end | Diff File | ||
add - tests/xcaf/grids.list | Diff File | ||
add - tests/xcaf/igs_add_ACL/A1 | Diff File | ||
add - tests/xcaf/igs_to_dxc/A1 | Diff File | ||
add - tests/xcaf/igs_to_dxc/A2 | Diff File | ||
add - tests/xcaf/igs_to_dxc/A3 | Diff File | ||
add - tests/xcaf/igs_to_dxc/A4 | Diff File | ||
add - tests/xcaf/igs_to_dxc/A5 | Diff File | ||
add - tests/xcaf/igs_to_dxc/A6 | Diff File | ||
add - tests/xcaf/igs_to_dxc/A7 | Diff File | ||
add - tests/xcaf/igs_to_dxc/A8 | Diff File | ||
add - tests/xcaf/igs_to_dxc/A9 | Diff File | ||
add - tests/xcaf/igs_to_dxc/B1 | Diff File | ||
add - tests/xcaf/igs_to_dxc/B2 | Diff File | ||
add - tests/xcaf/igs_to_dxc/B3 | Diff File | ||
add - tests/xcaf/igs_to_dxc/B4 | Diff File | ||
add - tests/xcaf/igs_to_dxc/B5 | Diff File | ||
add - tests/xcaf/igs_to_dxc/B6 | Diff File | ||
add - tests/xcaf/igs_to_dxc/B7 | Diff File | ||
add - tests/xcaf/igs_to_dxc/B8 | Diff File | ||
add - tests/xcaf/igs_to_dxc/B9 | Diff File | ||
add - tests/xcaf/igs_to_dxc/C1 | Diff File | ||
add - tests/xcaf/igs_to_dxc/C2 | Diff File | ||
add - tests/xcaf/igs_to_dxc/C3 | Diff File | ||
add - tests/xcaf/igs_to_dxc/C4 | Diff File | ||
add - tests/xcaf/igs_to_dxc/C5 | Diff File | ||
add - tests/xcaf/igs_to_dxc/C6 | Diff File | ||
add - tests/xcaf/igs_to_dxc/C7 | Diff File | ||
add - tests/xcaf/igs_to_dxc/C8 | Diff File | ||
add - tests/xcaf/igs_to_dxc/C9 | Diff File | ||
add - tests/xcaf/igs_to_dxc/D1 | Diff File | ||
add - tests/xcaf/igs_to_dxc/D2 | Diff File | ||
add - tests/xcaf/igs_to_dxc/D3 | Diff File | ||
add - tests/xcaf/igs_to_dxc/D4 | Diff File | ||
add - tests/xcaf/igs_to_dxc/D5 | Diff File | ||
add - tests/xcaf/igs_to_dxc/D6 | Diff File | ||
add - tests/xcaf/igs_to_dxc/D7 | Diff File | ||
add - tests/xcaf/igs_to_dxc/D8 | Diff File | ||
add - tests/xcaf/igs_to_dxc/D9 | Diff File | ||
add - tests/xcaf/igs_to_dxc/E1 | Diff File | ||
add - tests/xcaf/igs_to_dxc/E2 | Diff File | ||
add - tests/xcaf/igs_to_dxc/E3 | Diff File | ||
add - tests/xcaf/igs_to_dxc/E4 | Diff File | ||
add - tests/xcaf/igs_to_dxc/E5 | Diff File | ||
add - tests/xcaf/igs_to_dxc/E6 | Diff File | ||
add - tests/xcaf/igs_to_dxc/E7 | Diff File | ||
add - tests/xcaf/parse.rules | Diff File | ||
add - tests/xcaf/stp_add_ACL/A1 | Diff File | ||
add - tests/xcaf/stp_to_dxc/A1 | Diff File | ||
add - tests/xcaf/stp_to_dxc/A2 | Diff File | ||
add - tests/xcaf/stp_to_dxc/A3 | Diff File | ||
add - tests/xcaf/stp_to_dxc/A4 | Diff File | ||
add - tests/xcaf/stp_to_dxc/A5 | Diff File | ||
add - tests/xcaf/stp_to_dxc/A6 | Diff File | ||
add - tests/xcaf/stp_to_dxc/A7 | Diff File | ||
add - tests/xcaf/stp_to_dxc/A8 | Diff File | ||
add - tests/xcaf/stp_to_dxc/A9 | Diff File | ||
add - tests/xcaf/stp_to_dxc/B1 | Diff File | ||
add - tests/xcaf/stp_to_dxc/B2 | Diff File | ||
add - tests/xcaf/stp_to_dxc/B3 | Diff File | ||
add - tests/xcaf/stp_to_dxc/B4 | Diff File | ||
add - tests/xcaf/stp_to_dxc/B5 | Diff File | ||
add - tests/xcaf/stp_to_dxc/B6 | Diff File | ||
add - tests/xcaf/stp_to_dxc/B7 | Diff File | ||
add - tests/xcaf/stp_to_dxc/B8 | Diff File | ||
add - tests/xcaf/stp_to_dxc/B9 | Diff File | ||
add - tests/xcaf/stp_to_dxc/C1 | Diff File | ||
add - tests/xcaf/stp_to_dxc/C2 | Diff File | ||
add - tests/xcaf/stp_to_dxc/C3 | Diff File | ||
add - tests/xcaf/stp_to_dxc/C4 | Diff File | ||
add - tests/xcaf/stp_to_dxc/C5 | Diff File | ||
add - tests/xcaf/stp_to_dxc/C6 | Diff File | ||
add - tests/xcaf/stp_to_dxc/C7 | Diff File | ||
add - tests/xcaf/stp_to_dxc/C8 | Diff File | ||
add - tests/xcaf/stp_to_dxc/C9 | Diff File | ||
add - tests/xcaf/stp_to_dxc/D1 | Diff File | ||
add - tests/xcaf/stp_to_dxc/D2 | Diff File | ||
add - tests/xcaf/stp_to_dxc/D3 | Diff File | ||
add - tests/xcaf/stp_to_dxc/D4 | Diff File | ||
add - tests/xcaf/stp_to_dxc/D5 | Diff File | ||
add - tests/xcaf/stp_to_dxc/D6 | Diff File | ||
add - tests/xcaf/stp_to_dxc/D7 | Diff File | ||
add - tests/xcaf/stp_to_dxc/D8 | Diff File | ||
add - tests/xcaf/stp_to_dxc/D9 | Diff File | ||
add - tests/xcaf/stp_to_dxc/E1 | Diff File | ||
add - tests/xcaf/stp_to_dxc/E2 | Diff File | ||
add - tests/xcaf/stp_to_dxc/E3 | Diff File | ||
add - tests/xcaf/stp_to_dxc/E4 | Diff File | ||
add - tests/xcaf/stp_to_dxc/E5 | Diff File | ||
add - tests/xcaf/stp_to_dxc/E6 | Diff File | ||
add - tests/xcaf/stp_to_dxc/E7 | Diff File | ||
add - tests/xcaf/stp_to_dxc/E8 | Diff File | ||
add - tests/xcaf/stp_to_dxc/E9 | Diff File | ||
add - tests/xcaf/stp_to_dxc/F1 | Diff File | ||
add - tests/xcaf/stp_to_dxc/F2 | Diff File | ||
add - tests/xcaf/stp_to_dxc/F3 | Diff File | ||
add - tests/xcaf/stp_to_dxc/F4 | Diff File | ||
add - tests/xcaf/stp_to_dxc/F5 | Diff File | ||
add - tests/xcaf/stp_to_dxc/F6 | Diff File | ||
add - tests/xcaf/stp_to_dxc/F7 | Diff File | ||
add - tests/xcaf/stp_to_dxc/F8 | Diff File | ||
add - tests/xcaf/stp_to_dxc/F9 | Diff File | ||
add - tests/xcaf/stp_to_dxc/G1 | Diff File | ||
add - tests/xcaf/stp_to_dxc/G2 | Diff File | ||
add - tests/xcaf/stp_to_dxc/G3 | Diff File | ||
add - tests/xcaf/stp_to_dxc/G4 | Diff File | ||
add - tests/xcaf/stp_to_dxc/G5 | Diff File | ||
add - tests/xcaf/stp_to_dxc/G6 | Diff File | ||
add - tests/xcaf/stp_to_dxc/G7 | Diff File | ||
add - tests/xcaf/stp_to_dxc/G8 | Diff File | ||
add - tests/xcaf/stp_to_dxc/G9 | Diff File | ||
add - tests/xcaf/stp_to_dxc/I1 | Diff File | ||
add - tests/xcaf/stp_to_dxc/I2 | Diff File | ||
add - tests/xcaf/stp_to_dxc/I3 | Diff File | ||
add - tests/xcaf/stp_to_dxc/I4 | Diff File | ||
add - tests/xcaf/stp_to_dxc/I5 | Diff File | ||
add - tests/xcaf/stp_to_dxc/I6 | Diff File | ||
add - tests/xcaf/stp_to_dxc/I7 | Diff File | ||
add - tests/xcaf/stp_to_dxc/I8 | Diff File | ||
add - tests/xcaf/stp_to_dxc/I9 | Diff File | ||
add - tests/xcaf/stp_to_dxc/J1 | Diff File | ||
add - tests/xcaf/stp_to_dxc/J2 | Diff File | ||
add - tests/xcaf/stp_to_dxc/J3 | Diff File | ||
add - tests/xcaf/stp_to_dxc/J4 | Diff File | ||
add - tests/xcaf/stp_to_dxc/J5 | Diff File | ||
add - tests/xcaf/stp_to_dxc/J6 | Diff File | ||
add - tests/xcaf/stp_to_dxc/J7 | Diff File | ||
add - tests/xcaf/stp_to_dxc/J8 | Diff File | ||
add - tests/xcaf/stp_to_dxc/J9 | Diff File | ||
add - tests/xcaf/stp_to_dxc/K1 | Diff File | ||
add - tests/xcaf/stp_to_dxc/K2 | Diff File | ||
add - tests/xcaf/stp_to_dxc/K3 | Diff File | ||
add - tests/xcaf/stp_to_dxc/K4 | Diff File | ||
add - tests/xcaf/stp_to_dxc/K5 | Diff File | ||
add - tests/xcaf/stp_to_dxc/K6 | Diff File | ||
add - tests/xcaf/stp_to_dxc/K7 | Diff File | ||
add - tests/xcaf/stp_to_dxc/K8 | Diff File | ||
add - tests/xcaf/stp_to_dxc/K9 | Diff File | ||
add - tests/xcaf/stp_to_dxc/L1 | Diff File | ||
add - tests/xcaf/stp_to_dxc/L2 | Diff File | ||
add - tests/xcaf/stp_to_dxc/L3 | Diff File | ||
add - tests/xcaf/stp_to_dxc/L4 | Diff File | ||
add - tests/xcaf/stp_to_dxc/L5 | Diff File | ||
add - tests/xcaf/stp_to_dxc/L6 | Diff File | ||
add - tests/xcaf/stp_to_dxc/L7 | Diff File | ||
add - tests/xcaf/stp_to_dxc/L8 | Diff File | ||
add - tests/xcaf/stp_to_dxc/L9 | Diff File | ||
add - tests/xcaf/stp_to_dxc/M1 | Diff File | ||
add - tests/xcaf/stp_to_dxc/M2 | Diff File | ||
add - tests/xcaf/stp_to_dxc/M3 | Diff File | ||
add - tests/xcaf/stp_to_dxc/M4 | Diff File | ||
add - tests/xcaf/stp_to_dxc/M5 | Diff File | ||
add - tests/xcaf/stp_to_dxc/M6 | Diff File | ||
add - tests/xcaf/stp_to_dxc/M7 | Diff File | ||
add - tests/xcaf/stp_to_dxc/M8 | Diff File | ||
add - tests/xcaf/stp_to_dxc/M9 | Diff File | ||
add - tests/xcaf/stp_to_dxc/N1 | Diff File | ||
add - tests/xcaf/stp_to_dxc/N2 | Diff File | ||
add - tests/xcaf/stp_to_dxc/N3 | Diff File | ||
add - tests/xcaf/stp_to_dxc/N4 | Diff File | ||
add - tests/xcaf/stp_to_dxc/N5 | Diff File | ||
add - tests/xcaf/stp_to_dxc/N6 | Diff File | ||
add - tests/xcaf/stp_to_dxc/N7 | Diff File | ||
add - tests/xcaf/stp_to_dxc/N8 | Diff File | ||
add - tests/xcaf/stp_to_dxc/N9 | Diff File | ||
add - tests/xcaf/stp_to_dxc/O1 | Diff File | ||
add - tests/xcaf/stp_to_dxc/O2 | Diff File | ||
add - tests/xcaf/stp_to_dxc/O3 | Diff File | ||
master 09121745 2012-08-27 12:12:38 Details Diff |
Integration of adjusted testing cases. | ||
mod - tests/offset/wire_unclosed_outside_0_005/C3 | Diff File | ||
mod - tests/offset/wire_unclosed_outside_0_025/C3 | Diff File | ||
mod - tests/offset/wire_unclosed_outside_0_075/C3 | Diff File | ||
master 8983c41c 2012-08-24 13:34:08
|
0023357: The 'then' statement is equivalent to the 'else' statement. |
Affected Issues 0023357 |
|
mod - src/QABugs/QABugs_11.cxx | Diff File | ||
master 536416f3 2012-08-24 11:08:50 Details Diff |
0023392: Memory leak in OCAF in debug mode TDF_LabelNode::Destroy() does not free memory for entry strings TCollection_AsciiString myDebugEntry problem was corrected. |
Affected Issues 0023392 |
|
mod - src/TDF/TDF_LabelNode.cxx | Diff File | ||
mod - tests/offset/wire_unclosed_outside_0_005/C4 | Diff File | ||
master 420399e3 2012-08-24 10:32:10
|
0023341: Wrong result done by 2D classifier algorithm for a point and a face. Class classIntCurve_IntConicConic has been changed. The intersection point that is definitely out of both domains is rejected. Improving expression on lines 1101-1104 of IntCurve_IntConicConic_1.cxx to be more clear with adding comments. |
||
mod - src/IntCurve/IntCurve_IntConicConic_1.cxx | Diff File | ||
master d93f7683 2012-08-24 10:18:55 Details Diff |
0023373: MSVC++ warnings issued during compilation for 64bits, 'Sparse Arrays' Replaced 'Standard_Integer' with 'Standard_Size' to avoid compiler warning. Removed redundant casting to 'Standard_Size'. Removed code checking if a 'Standard_Size' variable is negative. |
Affected Issues 0023373 |
|
mod - src/NCollection/NCollection_SparseArray.hxx | Diff File | ||
mod - src/NCollection/NCollection_SparseArrayBase.cxx | Diff File | ||
mod - src/NCollection/NCollection_SparseArrayBase.hxx | Diff File | ||
mod - src/TObj/TObj_TIntSparseArray.cxx | Diff File | ||
mod - src/TObj/TObj_TIntSparseArray.hxx | Diff File | ||
master 17f65eb2 2012-08-22 07:36:50 Committer: bugmaster Details Diff |
0023397: Marker aspect doesn't applied to points drawn by Primitive Arrays Applying color and point size (marker type currently ignored). |
||
mod - src/OpenGl/OpenGl_Marker.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_MarkerSet.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_PrimitiveArray.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Workspace_5.cxx | Diff File | ||
master 49c093ae 2012-08-20 09:33:29
|
0023371: Expression which check of change of square/volume/length in end files doesn't work properly Modified END files Corrected tests cases due to modification of END files |
Affected Issues 0023371 |
|
mod - tests/blend/end | Diff File | ||
mod - tests/blend/tolblend_buildvol/A3 | Diff File | ||
mod - tests/blend/tolblend_buildvol/A7 | Diff File | ||
mod - tests/boolean/bfuse_complex/P8 | Diff File | ||
mod - tests/boolean/bopfuse_simple/ZP6 | Diff File | ||
mod - tests/boolean/end | Diff File | ||
mod - tests/draft/angle/F9 | Diff File | ||
mod - tests/draft/angle/L4 | Diff File | ||
mod - tests/draft/end | Diff File | ||
mod - tests/feat/end | Diff File | ||
mod - tests/feat/featprism/C4 | Diff File | ||
mod - tests/mkface/end | Diff File | ||
mod - tests/nproject/end | Diff File | ||
mod - tests/offset/end | Diff File | ||
mod - tests/pipe/end | Diff File | ||
mod - tests/thrusection/end | Diff File | ||
master aa453132 2012-08-20 08:56:47
|
0023306: Failures reading some attributes of BinOcaf document Saving OCAF attribute TColStd_Array1OfExtendedString to binary file is corrected (missing data field written). |
||
mod - src/BinMDataStd/BinMDataStd_ExtStringArrayDriver.cxx | Diff File | ||
master 1cc1abe1 2012-08-19 07:01:32 Details Diff |
0023393: Improve usability of OSD_MAllocHook::CollectBySize Usability of OSD_MAllocHook::CollectBySize was improved: - fields of OSD_MAllocHook::CollectBySize are made public (not private) to enable access for debugging purposes. - added field myMaxAllocSize to denote maximum tracked size |
Affected Issues 0023393 |
|
mod - src/OSD/OSD_MAllocHook.cxx | Diff File | ||
mod - src/OSD/OSD_MAllocHook.hxx | Diff File | ||
master 6318e884 2012-08-16 15:43:26
Committer: bugmaster Details Diff |
0023385: Bug in AIS_TexturedShape::Compute() Mistake in AIS_TexturedShape::Compute() occurred in the patch for issue 22971 corrected |
Affected Issues 0023385 |
|
mod - src/AIS/AIS_TexturedShape.cxx | Diff File | ||
master c2a0f481 2012-08-15 13:16:53
Committer: bugmaster Details Diff |
0023382: Integration of test grid "did" into the new testing system Integration of test grid "did" ( heal tests ) into the new testing system |
Affected Issues 0023382 |
|
add - tests/heal/data/advanced/A1 | Diff File | ||
add - tests/heal/data/advanced/A2 | Diff File | ||
add - tests/heal/data/advanced/A3 | Diff File | ||
add - tests/heal/data/advanced/A4 | Diff File | ||
add - tests/heal/data/advanced/A5 | Diff File | ||
add - tests/heal/data/advanced/A6 | Diff File | ||
add - tests/heal/data/advanced/A7 | Diff File | ||
add - tests/heal/data/advanced/A8 | Diff File | ||
add - tests/heal/data/advanced/A9 | Diff File | ||
add - tests/heal/data/advanced/B1 | Diff File | ||
add - tests/heal/data/advanced/B2 | Diff File | ||
add - tests/heal/data/advanced/B3 | Diff File | ||
add - tests/heal/data/advanced/B4 | Diff File | ||
add - tests/heal/data/advanced/B5 | Diff File | ||
add - tests/heal/data/advanced/B6 | Diff File | ||
add - tests/heal/data/advanced/B7 | Diff File | ||
add - tests/heal/data/advanced/B8 | Diff File | ||
add - tests/heal/data/advanced/B9 | Diff File | ||
add - tests/heal/data/advanced/C1 | Diff File | ||
add - tests/heal/data/advanced/C2 | Diff File | ||
add - tests/heal/data/advanced/C3 | Diff File | ||
add - tests/heal/data/advanced/C4 | Diff File | ||
add - tests/heal/data/advanced/C5 | Diff File | ||
add - tests/heal/data/advanced/C6 | Diff File | ||
add - tests/heal/data/advanced/C7 | Diff File | ||
add - tests/heal/data/advanced/C8 | Diff File | ||
add - tests/heal/data/advanced/C9 | Diff File | ||
add - tests/heal/data/advanced/D1 | Diff File | ||
add - tests/heal/data/advanced/D2 | Diff File | ||
add - tests/heal/data/advanced/D3 | Diff File | ||
add - tests/heal/data/advanced/D4 | Diff File | ||
add - tests/heal/data/advanced/D5 | Diff File | ||
add - tests/heal/data/advanced/D6 | Diff File | ||
add - tests/heal/data/advanced/D7 | Diff File | ||
add - tests/heal/data/advanced/D8 | Diff File | ||
add - tests/heal/data/advanced/D9 | Diff File | ||
add - tests/heal/data/advanced/E1 | Diff File | ||
add - tests/heal/data/advanced/E2 | Diff File | ||
add - tests/heal/data/advanced/E3 | Diff File | ||
add - tests/heal/data/advanced/E4 | Diff File | ||
add - tests/heal/data/advanced/E5 | Diff File | ||
add - tests/heal/data/advanced/E6 | Diff File | ||
add - tests/heal/data/advanced/E7 | Diff File | ||
add - tests/heal/data/advanced/E8 | Diff File | ||
add - tests/heal/data/advanced/E9 | Diff File | ||
add - tests/heal/data/advanced/F1 | Diff File | ||
add - tests/heal/data/advanced/F2 | Diff File | ||
add - tests/heal/data/advanced/F3 | Diff File | ||
add - tests/heal/data/advanced/F4 | Diff File | ||
add - tests/heal/data/advanced/F5 | Diff File | ||
add - tests/heal/data/advanced/F6 | Diff File | ||
add - tests/heal/data/advanced/F7 | Diff File | ||
add - tests/heal/data/advanced/F8 | Diff File | ||
add - tests/heal/data/advanced/F9 | Diff File | ||
add - tests/heal/data/advanced/G1 | Diff File | ||
add - tests/heal/data/advanced/G2 | Diff File | ||
add - tests/heal/data/advanced/G3 | Diff File | ||
add - tests/heal/data/advanced/G4 | Diff File | ||
add - tests/heal/data/advanced/G5 | Diff File | ||
add - tests/heal/data/advanced/G6 | Diff File | ||
add - tests/heal/data/advanced/G7 | Diff File | ||
add - tests/heal/data/advanced/G8 | Diff File | ||
add - tests/heal/data/advanced/G9 | Diff File | ||
add - tests/heal/data/advanced/H1 | Diff File | ||
add - tests/heal/data/advanced/H2 | Diff File | ||
add - tests/heal/data/advanced/H3 | Diff File | ||
add - tests/heal/data/advanced/H4 | Diff File | ||
add - tests/heal/data/advanced/H5 | Diff File | ||
add - tests/heal/data/advanced/H6 | Diff File | ||
add - tests/heal/data/advanced/H7 | Diff File | ||
add - tests/heal/data/advanced/H8 | Diff File | ||
add - tests/heal/data/advanced/H9 | Diff File | ||
add - tests/heal/data/advanced/I1 | Diff File | ||
add - tests/heal/data/advanced/I2 | Diff File | ||
add - tests/heal/data/advanced/I3 | Diff File | ||
add - tests/heal/data/advanced/I4 | Diff File | ||
add - tests/heal/data/advanced/I5 | Diff File | ||
add - tests/heal/data/advanced/I6 | Diff File | ||
add - tests/heal/data/advanced/I7 | Diff File | ||
add - tests/heal/data/advanced/I8 | Diff File | ||
add - tests/heal/data/advanced/I9 | Diff File | ||
add - tests/heal/data/advanced/J1 | Diff File | ||
add - tests/heal/data/advanced/J2 | Diff File | ||
add - tests/heal/data/advanced/J3 | Diff File | ||
add - tests/heal/data/advanced/J4 | Diff File | ||
add - tests/heal/data/advanced/J5 | Diff File | ||
add - tests/heal/data/advanced/J6 | Diff File | ||
add - tests/heal/data/advanced/J7 | Diff File | ||
add - tests/heal/data/advanced/J8 | Diff File | ||
add - tests/heal/data/advanced/J9 | Diff File | ||
add - tests/heal/data/advanced/K1 | Diff File | ||
add - tests/heal/data/advanced/K2 | Diff File | ||
add - tests/heal/data/advanced/K3 | Diff File | ||
add - tests/heal/data/advanced/K4 | Diff File | ||
add - tests/heal/data/advanced/K5 | Diff File | ||
add - tests/heal/data/advanced/K6 | Diff File | ||
add - tests/heal/data/advanced/K7 | Diff File | ||
add - tests/heal/data/advanced/K8 | Diff File | ||
add - tests/heal/data/advanced/K9 | Diff File | ||
add - tests/heal/data/advanced/L1 | Diff File | ||
add - tests/heal/data/advanced/L2 | Diff File | ||
add - tests/heal/data/advanced/L3 | Diff File | ||
add - tests/heal/data/advanced/L4 | Diff File | ||
add - tests/heal/data/advanced/L5 | Diff File | ||
add - tests/heal/data/advanced/L6 | Diff File | ||
add - tests/heal/data/advanced/L7 | Diff File | ||
add - tests/heal/data/advanced/L8 | Diff File | ||
add - tests/heal/data/advanced/L9 | Diff File | ||
add - tests/heal/data/advanced/M1 | Diff File | ||
add - tests/heal/data/advanced/M2 | Diff File | ||
add - tests/heal/data/advanced/M3 | Diff File | ||
add - tests/heal/data/advanced/M4 | Diff File | ||
add - tests/heal/data/advanced/M5 | Diff File | ||
add - tests/heal/data/advanced/M6 | Diff File | ||
add - tests/heal/data/advanced/M7 | Diff File | ||
add - tests/heal/data/advanced/M8 | Diff File | ||
add - tests/heal/data/advanced/M9 | Diff File | ||
add - tests/heal/data/advanced/N1 | Diff File | ||
add - tests/heal/data/advanced/N2 | Diff File | ||
add - tests/heal/data/advanced/N3 | Diff File | ||
add - tests/heal/data/advanced/N4 | Diff File | ||
add - tests/heal/data/advanced/N5 | Diff File | ||
add - tests/heal/data/advanced/N6 | Diff File | ||
add - tests/heal/data/advanced/N7 | Diff File | ||
add - tests/heal/data/advanced/N8 | Diff File | ||
add - tests/heal/data/advanced/N9 | Diff File | ||
add - tests/heal/data/advanced/O1 | Diff File | ||
add - tests/heal/data/advanced/O2 | Diff File | ||
add - tests/heal/data/advanced/O3 | Diff File | ||
add - tests/heal/data/advanced/O4 | Diff File | ||
add - tests/heal/data/advanced/O5 | Diff File | ||
add - tests/heal/data/advanced/O6 | Diff File | ||
add - tests/heal/data/advanced/O7 | Diff File | ||
add - tests/heal/data/advanced/O8 | Diff File | ||
add - tests/heal/data/advanced/O9 | Diff File | ||
add - tests/heal/data/advanced/P1 | Diff File | ||
add - tests/heal/data/advanced/P2 | Diff File | ||
add - tests/heal/data/advanced/P3 | Diff File | ||
add - tests/heal/data/advanced/P4 | Diff File | ||
add - tests/heal/data/advanced/P5 | Diff File | ||
add - tests/heal/data/advanced/P6 | Diff File | ||
add - tests/heal/data/advanced/P7 | Diff File | ||
add - tests/heal/data/advanced/P8 | Diff File | ||
add - tests/heal/data/advanced/P9 | Diff File | ||
add - tests/heal/data/advanced/Q1 | Diff File | ||
add - tests/heal/data/advanced/Q2 | Diff File | ||
add - tests/heal/data/advanced/Q3 | Diff File | ||
add - tests/heal/data/advanced/Q4 | Diff File | ||
add - tests/heal/data/advanced/Q5 | Diff File | ||
add - tests/heal/data/advanced/Q6 | Diff File | ||
add - tests/heal/data/advanced/Q7 | Diff File | ||
add - tests/heal/data/advanced/Q8 | Diff File | ||
add - tests/heal/data/advanced/Q9 | Diff File | ||
add - tests/heal/data/advanced/R1 | Diff File | ||
add - tests/heal/data/advanced/R2 | Diff File | ||
add - tests/heal/data/advanced/R3 | Diff File | ||
add - tests/heal/data/advanced/R4 | Diff File | ||
add - tests/heal/data/advanced/R5 | Diff File | ||
add - tests/heal/data/advanced/R6 | Diff File | ||
add - tests/heal/data/advanced/R7 | Diff File | ||
add - tests/heal/data/advanced/R8 | Diff File | ||
add - tests/heal/data/advanced/R9 | Diff File | ||
add - tests/heal/data/advanced/S1 | Diff File | ||
add - tests/heal/data/advanced/S2 | Diff File | ||
add - tests/heal/data/advanced/S3 | Diff File | ||
add - tests/heal/data/advanced/S4 | Diff File | ||
add - tests/heal/data/advanced/S5 | Diff File | ||
add - tests/heal/data/advanced/S6 | Diff File | ||
add - tests/heal/data/advanced/S7 | Diff File | ||
add - tests/heal/data/advanced/S8 | Diff File | ||
add - tests/heal/data/advanced/S9 | Diff File | ||
add - tests/heal/data/advanced/T1 | Diff File | ||
add - tests/heal/data/advanced/T2 | Diff File | ||
add - tests/heal/data/advanced/T3 | Diff File | ||
add - tests/heal/data/advanced/T4 | Diff File | ||
add - tests/heal/data/advanced/T5 | Diff File | ||
add - tests/heal/data/advanced/T6 | Diff File | ||
add - tests/heal/data/advanced/T7 | Diff File | ||
add - tests/heal/data/advanced/T8 | Diff File | ||
add - tests/heal/data/advanced/T9 | Diff File | ||
add - tests/heal/data/advanced/U1 | Diff File | ||
add - tests/heal/data/advanced/U2 | Diff File | ||
add - tests/heal/data/advanced/U3 | Diff File | ||
add - tests/heal/data/advanced/U4 | Diff File | ||
add - tests/heal/data/advanced/U5 | Diff File | ||
add - tests/heal/data/advanced/U6 | Diff File | ||
add - tests/heal/data/advanced/U7 | Diff File | ||
add - tests/heal/data/advanced/U8 | Diff File | ||
add - tests/heal/data/advanced/U9 | Diff File | ||
add - tests/heal/data/advanced/V1 | Diff File | ||
add - tests/heal/data/advanced/V2 | Diff File | ||
add - tests/heal/data/advanced/V3 | Diff File | ||
add - tests/heal/data/advanced/V4 | Diff File | ||
add - tests/heal/data/advanced/V5 | Diff File | ||
add - tests/heal/data/advanced/V6 | Diff File | ||
add - tests/heal/data/advanced/V7 | Diff File | ||
add - tests/heal/data/advanced/V8 | Diff File | ||
add - tests/heal/data/advanced/V9 | Diff File | ||
add - tests/heal/data/advanced/W1 | Diff File | ||
add - tests/heal/data/advanced/W2 | Diff File | ||
add - tests/heal/data/advanced/W3 | Diff File | ||
add - tests/heal/data/advanced/W4 | Diff File | ||
add - tests/heal/data/advanced/W5 | Diff File | ||
add - tests/heal/data/advanced/W6 | Diff File | ||
add - tests/heal/data/advanced/W7 | Diff File | ||
add - tests/heal/data/advanced/W8 | Diff File | ||
add - tests/heal/data/advanced/W9 | Diff File | ||
add - tests/heal/data/advanced/X1 | Diff File | ||
add - tests/heal/data/advanced/X2 | Diff File | ||
add - tests/heal/data/advanced/X3 | Diff File | ||
add - tests/heal/data/advanced/X4 | Diff File | ||
add - tests/heal/data/advanced/X5 | Diff File | ||
add - tests/heal/data/advanced/X6 | Diff File | ||
add - tests/heal/data/advanced/X7 | Diff File | ||
add - tests/heal/data/advanced/X8 | Diff File | ||
add - tests/heal/data/advanced/X9 | Diff File | ||
add - tests/heal/data/advanced/Y1 | Diff File | ||
add - tests/heal/data/advanced/Y2 | Diff File | ||
add - tests/heal/data/advanced/Y3 | Diff File | ||
add - tests/heal/data/advanced/Y4 | Diff File | ||
add - tests/heal/data/advanced/Y5 | Diff File | ||
add - tests/heal/data/advanced/Y6 | Diff File | ||
add - tests/heal/data/advanced/Y7 | Diff File | ||
add - tests/heal/data/advanced/Y8 | Diff File | ||
add - tests/heal/data/advanced/Y9 | Diff File | ||
add - tests/heal/data/advanced/Z1 | Diff File | ||
add - tests/heal/data/advanced/Z2 | Diff File | ||
add - tests/heal/data/advanced/Z3 | Diff File | ||
add - tests/heal/data/advanced/Z4 | Diff File | ||
add - tests/heal/data/advanced/Z5 | Diff File | ||
add - tests/heal/data/advanced/Z6 | Diff File | ||
add - tests/heal/data/advanced/Z7 | Diff File | ||
add - tests/heal/data/advanced/Z8 | Diff File | ||
add - tests/heal/data/advanced/Z9 | Diff File | ||
add - tests/heal/data/advanced/ZA1 | Diff File | ||
add - tests/heal/data/advanced/ZA2 | Diff File | ||
add - tests/heal/data/advanced/ZA3 | Diff File | ||
add - tests/heal/data/advanced/ZA4 | Diff File | ||
add - tests/heal/data/advanced/ZA5 | Diff File | ||
add - tests/heal/data/advanced/ZA6 | Diff File | ||
add - tests/heal/data/advanced/ZA7 | Diff File | ||
add - tests/heal/data/advanced/ZA8 | Diff File | ||
add - tests/heal/data/advanced/ZA9 | Diff File | ||
add - tests/heal/data/advanced/ZB1 | Diff File | ||
add - tests/heal/data/advanced/ZB2 | Diff File | ||
add - tests/heal/data/advanced/ZB3 | Diff File | ||
add - tests/heal/data/advanced/ZB4 | Diff File | ||
add - tests/heal/data/advanced/ZB5 | Diff File | ||
add - tests/heal/data/advanced/ZB6 | Diff File | ||
add - tests/heal/data/advanced/ZB7 | Diff File | ||
add - tests/heal/data/advanced/ZB8 | Diff File | ||
add - tests/heal/data/advanced/ZB9 | Diff File | ||
add - tests/heal/data/advanced/ZC1 | Diff File | ||
add - tests/heal/data/advanced/ZC2 | Diff File | ||
add - tests/heal/data/advanced/ZC3 | Diff File | ||
add - tests/heal/data/advanced/ZC4 | Diff File | ||
add - tests/heal/data/advanced/ZC5 | Diff File | ||
add - tests/heal/data/advanced/ZC6 | Diff File | ||
add - tests/heal/data/advanced/ZC7 | Diff File | ||
add - tests/heal/data/advanced/ZC8 | Diff File | ||
add - tests/heal/data/advanced/ZC9 | Diff File | ||
add - tests/heal/data/advanced/ZD1 | Diff File | ||
add - tests/heal/data/advanced/ZD2 | Diff File | ||
add - tests/heal/data/advanced/ZD3 | Diff File | ||
add - tests/heal/data/advanced/ZD4 | Diff File | ||
add - tests/heal/data/advanced/ZD5 | Diff File | ||
add - tests/heal/data/advanced/ZD6 | Diff File | ||
add - tests/heal/data/advanced/ZD7 | Diff File | ||
add - tests/heal/data/advanced/ZD8 | Diff File | ||
add - tests/heal/data/advanced/ZD9 | Diff File | ||
add - tests/heal/data/advanced/ZE1 | Diff File | ||
add - tests/heal/data/advanced/ZE2 | Diff File | ||
add - tests/heal/data/advanced/ZE3 | Diff File | ||
add - tests/heal/data/advanced/ZE4 | Diff File | ||
add - tests/heal/data/advanced/ZE5 | Diff File | ||
add - tests/heal/data/advanced/ZE6 | Diff File | ||
add - tests/heal/data/advanced/ZE7 | Diff File | ||
add - tests/heal/data/advanced/ZE8 | Diff File | ||
add - tests/heal/data/advanced/ZE9 | Diff File | ||
add - tests/heal/data/advanced/ZF1 | Diff File | ||
add - tests/heal/data/advanced/ZF2 | Diff File | ||
add - tests/heal/data/advanced/ZF3 | Diff File | ||
add - tests/heal/data/advanced/ZF4 | Diff File | ||
add - tests/heal/data/advanced/ZF5 | Diff File | ||
add - tests/heal/data/advanced/ZF6 | Diff File | ||
add - tests/heal/data/advanced/ZF7 | Diff File | ||
add - tests/heal/data/advanced/ZF8 | Diff File | ||
add - tests/heal/data/advanced/ZF9 | Diff File | ||
add - tests/heal/data/advanced/ZG1 | Diff File | ||
add - tests/heal/data/standard/A1 | Diff File | ||
add - tests/heal/data/standard/A2 | Diff File | ||
add - tests/heal/data/standard/A3 | Diff File | ||
add - tests/heal/data/standard/A4 | Diff File | ||
add - tests/heal/data/standard/A5 | Diff File | ||
add - tests/heal/data/standard/A6 | Diff File | ||
add - tests/heal/data/standard/A7 | Diff File | ||
add - tests/heal/data/standard/A8 | Diff File | ||
add - tests/heal/data/standard/A9 | Diff File | ||
add - tests/heal/data/standard/B1 | Diff File | ||
add - tests/heal/data/standard/B2 | Diff File | ||
add - tests/heal/data/standard/B3 | Diff File | ||
add - tests/heal/data/standard/B4 | Diff File | ||
add - tests/heal/data/standard/B5 | Diff File | ||
add - tests/heal/data/standard/B6 | Diff File | ||
add - tests/heal/data/standard/B7 | Diff File | ||
add - tests/heal/data/standard/B8 | Diff File | ||
add - tests/heal/data/standard/B9 | Diff File | ||
add - tests/heal/data/standard/C1 | Diff File | ||
add - tests/heal/data/standard/C2 | Diff File | ||
add - tests/heal/data/standard/C3 | Diff File | ||
add - tests/heal/data/standard/C4 | Diff File | ||
add - tests/heal/data/standard/C5 | Diff File | ||
add - tests/heal/data/standard/C6 | Diff File | ||
add - tests/heal/data/standard/C7 | Diff File | ||
add - tests/heal/data/standard/C8 | Diff File | ||
add - tests/heal/data/standard/C9 | Diff File | ||
add - tests/heal/data/standard/D1 | Diff File | ||
add - tests/heal/data/standard/D2 | Diff File | ||
add - tests/heal/data/standard/D3 | Diff File | ||
add - tests/heal/data/standard/D4 | Diff File | ||
add - tests/heal/data/standard/D5 | Diff File | ||
add - tests/heal/data/standard/D6 | Diff File | ||
add - tests/heal/data/standard/D7 | Diff File | ||
add - tests/heal/data/standard/D8 | Diff File | ||
add - tests/heal/data/standard/D9 | Diff File | ||
add - tests/heal/data/standard/E1 | Diff File | ||
add - tests/heal/data/standard/E2 | Diff File | ||
add - tests/heal/data/standard/E3 | Diff File | ||
add - tests/heal/data/standard/E4 | Diff File | ||
add - tests/heal/data/standard/E5 | Diff File | ||
add - tests/heal/data/standard/E6 | Diff File | ||
add - tests/heal/data/standard/E7 | Diff File | ||
add - tests/heal/data/standard/E8 | Diff File | ||
add - tests/heal/data/standard/E9 | Diff File | ||
add - tests/heal/data/standard/F1 | Diff File | ||
add - tests/heal/data/standard/F2 | Diff File | ||
add - tests/heal/data/standard/F3 | Diff File | ||
add - tests/heal/data/standard/F4 | Diff File | ||
add - tests/heal/data/standard/F5 | Diff File | ||
add - tests/heal/data/standard/F6 | Diff File | ||
add - tests/heal/data/standard/F7 | Diff File | ||
add - tests/heal/data/standard/F8 | Diff File | ||
add - tests/heal/data/standard/F9 | Diff File | ||
add - tests/heal/data/standard/G1 | Diff File | ||
add - tests/heal/data/standard/G2 | Diff File | ||
add - tests/heal/data/standard/G3 | Diff File | ||
add - tests/heal/data/standard/G4 | Diff File | ||
add - tests/heal/data/standard/G5 | Diff File | ||
add - tests/heal/data/standard/G6 | Diff File | ||
add - tests/heal/data/standard/G7 | Diff File | ||
add - tests/heal/data/standard/G8 | Diff File | ||
add - tests/heal/data/standard/G9 | Diff File | ||
add - tests/heal/data/standard/H1 | Diff File | ||
add - tests/heal/data/standard/H2 | Diff File | ||
add - tests/heal/data/standard/H3 | Diff File | ||
add - tests/heal/data/standard/H4 | Diff File | ||
add - tests/heal/data/standard/H5 | Diff File | ||
add - tests/heal/data/standard/H6 | Diff File | ||
add - tests/heal/data/standard/H7 | Diff File | ||
add - tests/heal/data/standard/H8 | Diff File | ||
add - tests/heal/data/standard/H9 | Diff File | ||
add - tests/heal/data/standard/I1 | Diff File | ||
add - tests/heal/data/standard/I2 | Diff File | ||
add - tests/heal/data/standard/I3 | Diff File | ||
add - tests/heal/data/standard/I4 | Diff File | ||
add - tests/heal/data/standard/I5 | Diff File | ||
add - tests/heal/data/standard/I6 | Diff File | ||
add - tests/heal/data/standard/I7 | Diff File | ||
add - tests/heal/data/standard/I8 | Diff File | ||
add - tests/heal/data/standard/I9 | Diff File | ||
add - tests/heal/data/standard/J1 | Diff File | ||
add - tests/heal/data/standard/J2 | Diff File | ||
add - tests/heal/data/standard/J3 | Diff File | ||
add - tests/heal/data/standard/J4 | Diff File | ||
add - tests/heal/data/standard/J5 | Diff File | ||
add - tests/heal/data/standard/J6 | Diff File | ||
add - tests/heal/data/standard/J7 | Diff File | ||
add - tests/heal/data/standard/J8 | Diff File | ||
add - tests/heal/data/standard/J9 | Diff File | ||
add - tests/heal/data/standard/K1 | Diff File | ||
add - tests/heal/data/standard/K2 | Diff File | ||
add - tests/heal/data/standard/K3 | Diff File | ||
add - tests/heal/data/standard/K4 | Diff File | ||
add - tests/heal/data/standard/K5 | Diff File | ||
add - tests/heal/data/standard/K6 | Diff File | ||
add - tests/heal/data/standard/K7 | Diff File | ||
add - tests/heal/data/standard/K8 | Diff File | ||
add - tests/heal/data/standard/K9 | Diff File | ||
add - tests/heal/data/standard/L1 | Diff File | ||
add - tests/heal/data/standard/L2 | Diff File | ||
add - tests/heal/data/standard/L3 | Diff File | ||
add - tests/heal/data/standard/L4 | Diff File | ||
add - tests/heal/data/standard/L5 | Diff File | ||
add - tests/heal/data/standard/L6 | Diff File | ||
add - tests/heal/data/standard/L7 | Diff File | ||
add - tests/heal/data/standard/L8 | Diff File | ||
add - tests/heal/data/standard/L9 | Diff File | ||
add - tests/heal/data/standard/M1 | Diff File | ||
add - tests/heal/data/standard/M2 | Diff File | ||
add - tests/heal/data/standard/M3 | Diff File | ||
add - tests/heal/data/standard/M4 | Diff File | ||
add - tests/heal/data/standard/M5 | Diff File | ||
add - tests/heal/data/standard/M6 | Diff File | ||
add - tests/heal/data/standard/M7 | Diff File | ||
add - tests/heal/data/standard/M8 | Diff File | ||
add - tests/heal/data/standard/M9 | Diff File | ||
add - tests/heal/data/standard/N1 | Diff File | ||
add - tests/heal/data/standard/N2 | Diff File | ||
add - tests/heal/data/standard/N3 | Diff File | ||
add - tests/heal/data/standard/N4 | Diff File | ||
add - tests/heal/data/standard/N5 | Diff File | ||
add - tests/heal/data/standard/N6 | Diff File | ||
add - tests/heal/data/standard/N7 | Diff File | ||
add - tests/heal/data/standard/N8 | Diff File | ||
add - tests/heal/data/standard/N9 | Diff File | ||
add - tests/heal/data/standard/O1 | Diff File | ||
add - tests/heal/data/standard/O2 | Diff File | ||
add - tests/heal/data/standard/O3 | Diff File | ||
add - tests/heal/data/standard/O4 | Diff File | ||
add - tests/heal/data/standard/O5 | Diff File | ||
add - tests/heal/data/standard/O6 | Diff File | ||
add - tests/heal/data/standard/O7 | Diff File | ||
add - tests/heal/data/standard/O8 | Diff File | ||
add - tests/heal/data/standard/O9 | Diff File | ||
add - tests/heal/data/standard/P1 | Diff File | ||
add - tests/heal/data/standard/P2 | Diff File | ||
add - tests/heal/data/standard/P3 | Diff File | ||
add - tests/heal/data/standard/P4 | Diff File | ||
add - tests/heal/data/standard/P5 | Diff File | ||
add - tests/heal/data/standard/P6 | Diff File | ||
add - tests/heal/data/standard/P7 | Diff File | ||
add - tests/heal/data/standard/P8 | Diff File | ||
add - tests/heal/data/standard/P9 | Diff File | ||
add - tests/heal/data/standard/Q1 | Diff File | ||
add - tests/heal/data/standard/Q2 | Diff File | ||
add - tests/heal/data/standard/Q3 | Diff File | ||
add - tests/heal/data/standard/Q4 | Diff File | ||
add - tests/heal/data/standard/Q5 | Diff File | ||
add - tests/heal/data/standard/Q6 | Diff File | ||
add - tests/heal/data/standard/Q7 | Diff File | ||
add - tests/heal/data/standard/Q8 | Diff File | ||
add - tests/heal/data/standard/Q9 | Diff File | ||
add - tests/heal/data/standard/R1 | Diff File | ||
add - tests/heal/data/standard/R2 | Diff File | ||
add - tests/heal/data/standard/R3 | Diff File | ||
add - tests/heal/data/standard/R4 | Diff File | ||
add - tests/heal/data/standard/R5 | Diff File | ||
add - tests/heal/data/standard/R6 | Diff File | ||
add - tests/heal/data/standard/R7 | Diff File | ||
add - tests/heal/data/standard/R8 | Diff File | ||
add - tests/heal/data/standard/R9 | Diff File | ||
add - tests/heal/data/standard/S1 | Diff File | ||
add - tests/heal/data/standard/S2 | Diff File | ||
add - tests/heal/data/standard/S3 | Diff File | ||
add - tests/heal/data/standard/S4 | Diff File | ||
add - tests/heal/data/standard/S5 | Diff File | ||
add - tests/heal/data/standard/S6 | Diff File | ||
add - tests/heal/data/standard/S7 | Diff File | ||
add - tests/heal/data/standard/S8 | Diff File | ||
add - tests/heal/data/standard/S9 | Diff File | ||
add - tests/heal/data/standard/T1 | Diff File | ||
add - tests/heal/data/standard/T2 | Diff File | ||
add - tests/heal/data/standard/T3 | Diff File | ||
add - tests/heal/data/standard/T4 | Diff File | ||
add - tests/heal/data/standard/T5 | Diff File | ||
add - tests/heal/data/standard/T6 | Diff File | ||
add - tests/heal/data/standard/T7 | Diff File | ||
add - tests/heal/data/standard/T8 | Diff File | ||
add - tests/heal/data/standard/T9 | Diff File | ||
add - tests/heal/data/standard/U1 | Diff File | ||
add - tests/heal/data/standard/U2 | Diff File | ||
add - tests/heal/data/standard/U3 | Diff File | ||
add - tests/heal/data/standard/U4 | Diff File | ||
add - tests/heal/data/standard/U5 | Diff File | ||
add - tests/heal/data/standard/U6 | Diff File | ||
add - tests/heal/data/standard/U7 | Diff File | ||
add - tests/heal/data/standard/U8 | Diff File | ||
add - tests/heal/data/standard/U9 | Diff File | ||
add - tests/heal/data/standard/V1 | Diff File | ||
add - tests/heal/data/standard/V2 | Diff File | ||
add - tests/heal/data/standard/V3 | Diff File | ||
add - tests/heal/data/standard/V4 | Diff File | ||
add - tests/heal/data/standard/V5 | Diff File | ||
add - tests/heal/data/standard/V6 | Diff File | ||
add - tests/heal/data/standard/V7 | Diff File | ||
add - tests/heal/data/standard/V8 | Diff File | ||
add - tests/heal/data/standard/V9 | Diff File | ||
add - tests/heal/data/standard/W1 | Diff File | ||
add - tests/heal/data/standard/W2 | Diff File | ||
add - tests/heal/data/standard/W3 | Diff File | ||
add - tests/heal/data/standard/W4 | Diff File | ||
add - tests/heal/data/standard/W5 | Diff File | ||
add - tests/heal/data/standard/W6 | Diff File | ||
add - tests/heal/data/standard/W7 | Diff File | ||
add - tests/heal/data/standard/W8 | Diff File | ||
add - tests/heal/data/standard/W9 | Diff File | ||
add - tests/heal/data/standard/X1 | Diff File | ||
add - tests/heal/data/standard/X2 | Diff File | ||
add - tests/heal/data/standard/X3 | Diff File | ||
add - tests/heal/data/standard/X4 | Diff File | ||
add - tests/heal/data/standard/X5 | Diff File | ||
add - tests/heal/data/standard/X6 | Diff File | ||
add - tests/heal/data/standard/X7 | Diff File | ||
add - tests/heal/data/standard/X8 | Diff File | ||
add - tests/heal/data/standard/X9 | Diff File | ||
add - tests/heal/data/standard/Y1 | Diff File | ||
add - tests/heal/data/standard/Y2 | Diff File | ||
add - tests/heal/data/standard/Y3 | Diff File | ||
add - tests/heal/data/standard/Y4 | Diff File | ||
add - tests/heal/data/standard/Y5 | Diff File | ||
add - tests/heal/data/standard/Y6 | Diff File | ||
add - tests/heal/data/standard/Y7 | Diff File | ||
add - tests/heal/data/standard/Y8 | Diff File | ||
add - tests/heal/data/standard/Y9 | Diff File | ||
add - tests/heal/data/standard/Z1 | Diff File | ||
add - tests/heal/data/standard/Z2 | Diff File | ||
add - tests/heal/data/standard/Z3 | Diff File | ||
add - tests/heal/data/standard/Z4 | Diff File | ||
add - tests/heal/data/standard/Z5 | Diff File | ||
add - tests/heal/data/standard/Z6 | Diff File | ||
add - tests/heal/data/standard/Z7 | Diff File | ||
add - tests/heal/data/standard/Z8 | Diff File | ||
add - tests/heal/data/standard/Z9 | Diff File | ||
add - tests/heal/data/standard/ZA1 | Diff File | ||
add - tests/heal/data/standard/ZA2 | Diff File | ||
add - tests/heal/data/standard/ZA3 | Diff File | ||
add - tests/heal/data/standard/ZA4 | Diff File | ||
add - tests/heal/data/standard/ZA5 | Diff File | ||
add - tests/heal/data/standard/ZA6 | Diff File | ||
add - tests/heal/data/standard/ZA7 | Diff File | ||
add - tests/heal/data/standard/ZA8 | Diff File | ||
add - tests/heal/data/standard/ZA9 | Diff File | ||
add - tests/heal/data/standard/ZB1 | Diff File | ||
add - tests/heal/data/standard/ZB2 | Diff File | ||
add - tests/heal/data/standard/ZB3 | Diff File | ||
add - tests/heal/data/standard/ZB4 | Diff File | ||
add - tests/heal/data/standard/ZB5 | Diff File | ||
add - tests/heal/data/standard/ZB6 | Diff File | ||
add - tests/heal/data/standard/ZB7 | Diff File | ||
add - tests/heal/data/standard/ZB8 | Diff File | ||
add - tests/heal/data/standard/ZB9 | Diff File | ||
add - tests/heal/data/standard/ZC1 | Diff File | ||
add - tests/heal/data/standard/ZC2 | Diff File | ||
add - tests/heal/data/standard/ZC3 | Diff File | ||
add - tests/heal/data/standard/ZC4 | Diff File | ||
add - tests/heal/data/standard/ZC5 | Diff File | ||
add - tests/heal/data/standard/ZC6 | Diff File | ||
add - tests/heal/data/standard/ZC7 | Diff File | ||
add - tests/heal/data/standard/ZC8 | Diff File | ||
add - tests/heal/data/standard/ZC9 | Diff File | ||
add - tests/heal/data/standard/ZD1 | Diff File | ||
add - tests/heal/data/standard/ZD2 | Diff File | ||
add - tests/heal/data/standard/ZD3 | Diff File | ||
add - tests/heal/data/standard/ZD4 | Diff File | ||
add - tests/heal/data/standard/ZD5 | Diff File | ||
add - tests/heal/data/standard/ZD6 | Diff File | ||
add - tests/heal/data/standard/ZD7 | Diff File | ||
add - tests/heal/data/standard/ZD8 | Diff File | ||
add - tests/heal/data/standard/ZD9 | Diff File | ||
add - tests/heal/data/standard/ZE1 | Diff File | ||
add - tests/heal/data/standard/ZE2 | Diff File | ||
add - tests/heal/data/standard/ZE3 | Diff File | ||
add - tests/heal/data/standard/ZE4 | Diff File | ||
add - tests/heal/data/standard/ZE5 | Diff File | ||
add - tests/heal/data/standard/ZE6 | Diff File | ||
add - tests/heal/data/standard/ZE7 | Diff File | ||
add - tests/heal/data/standard/ZE8 | Diff File | ||
add - tests/heal/data/standard/ZE9 | Diff File | ||
add - tests/heal/data/standard/ZF1 | Diff File | ||
add - tests/heal/data/standard/ZF2 | Diff File | ||
add - tests/heal/data/standard/ZF3 | Diff File | ||
add - tests/heal/data/standard/ZF4 | Diff File | ||
add - tests/heal/data/standard/ZF5 | Diff File | ||
add - tests/heal/data/standard/ZF6 | Diff File | ||
add - tests/heal/data/standard/ZF7 | Diff File | ||
add - tests/heal/data/standard/ZF8 | Diff File | ||
add - tests/heal/data/standard/ZF9 | Diff File | ||
add - tests/heal/data/standard/ZG1 | Diff File | ||
add - tests/heal/data/standard/ZG2 | Diff File | ||
add - tests/heal/data/standard/ZG3 | Diff File | ||
add - tests/heal/data/standard/ZG4 | Diff File | ||
add - tests/heal/data/standard/ZG5 | Diff File | ||
add - tests/heal/data/standard/ZG6 | Diff File | ||
add - tests/heal/data/standard/ZG7 | Diff File | ||
add - tests/heal/data/standard/ZG8 | Diff File | ||
add - tests/heal/data/standard/ZG9 | Diff File | ||
add - tests/heal/data/standard/ZH1 | Diff File | ||
add - tests/heal/data/standard/ZH2 | Diff File | ||
add - tests/heal/data/standard/ZH3 | Diff File | ||
add - tests/heal/data/standard/ZH4 | Diff File | ||
add - tests/heal/data/standard/ZH5 | Diff File | ||
add - tests/heal/data/standard/ZH6 | Diff File | ||
add - tests/heal/data/standard/ZH7 | Diff File | ||
add - tests/heal/data/standard/ZH8 | Diff File | ||
add - tests/heal/data/standard/ZH9 | Diff File | ||
add - tests/heal/data/standard/ZI1 | Diff File | ||
add - tests/heal/data/standard/ZI2 | Diff File | ||
add - tests/heal/data/standard/ZI3 | Diff File | ||
add - tests/heal/data/standard/ZI4 | Diff File | ||
add - tests/heal/data/standard/ZI5 | Diff File | ||
add - tests/heal/data/standard/ZI6 | Diff File | ||
add - tests/heal/data/standard/ZI7 | Diff File | ||
add - tests/heal/data/standard/ZI8 | Diff File | ||
add - tests/heal/data/standard/ZI9 | Diff File | ||
add - tests/heal/data/standard/ZJ1 | Diff File | ||
add - tests/heal/data/standard/ZJ2 | Diff File | ||
add - tests/heal/data/standard/ZJ3 | Diff File | ||
add - tests/heal/data/standard/ZJ4 | Diff File | ||
add - tests/heal/data/standard/ZJ5 | Diff File | ||
add - tests/heal/data/standard/ZJ6 | Diff File | ||
add - tests/heal/data/standard/ZJ7 | Diff File | ||
add - tests/heal/data/standard/ZJ8 | Diff File | ||
add - tests/heal/data/standard/ZJ9 | Diff File | ||
add - tests/heal/data/standard/ZK1 | Diff File | ||
add - tests/heal/data/standard/ZK2 | Diff File | ||
add - tests/heal/data/standard/ZK3 | Diff File | ||
add - tests/heal/data/standard/ZK4 | Diff File | ||
add - tests/heal/data/standard/ZK5 | Diff File | ||
add - tests/heal/data/standard/ZK6 | Diff File | ||
add - tests/heal/data/standard/ZK7 | Diff File | ||
add - tests/heal/data/standard/ZK8 | Diff File | ||
add - tests/heal/data/standard/ZK9 | Diff File | ||
add - tests/heal/data/standard/ZL1 | Diff File | ||
add - tests/heal/data/standard/ZL2 | Diff File | ||
add - tests/heal/data/standard/ZL3 | Diff File | ||
add - tests/heal/data/standard/ZL4 | Diff File | ||
add - tests/heal/data/standard/ZL5 | Diff File | ||
add - tests/heal/data/standard/ZL6 | Diff File | ||
add - tests/heal/data/standard/ZL7 | Diff File | ||
add - tests/heal/data/standard/ZL8 | Diff File | ||
add - tests/heal/data/standard/ZL9 | Diff File | ||
add - tests/heal/data/standard/ZM1 | Diff File | ||
add - tests/heal/data/standard/ZM2 | Diff File | ||
add - tests/heal/data/standard/ZM3 | Diff File | ||
add - tests/heal/data/standard/ZM4 | Diff File | ||
add - tests/heal/data/standard/ZM5 | Diff File | ||
add - tests/heal/data/standard/ZM6 | Diff File | ||
add - tests/heal/data/standard/ZM7 | Diff File | ||
add - tests/heal/data/standard/ZM8 | Diff File | ||
add - tests/heal/data/standard/ZM9 | Diff File | ||
add - tests/heal/data/standard/ZN1 | Diff File | ||
add - tests/heal/data/standard/ZN2 | Diff File | ||
add - tests/heal/data/standard/ZN3 | Diff File | ||
add - tests/heal/data/standard/ZN4 | Diff File | ||
add - tests/heal/data/standard/ZN5 | Diff File | ||
add - tests/heal/data/standard/ZN6 | Diff File | ||
add - tests/heal/data/standard/ZN7 | Diff File | ||
add - tests/heal/data/standard/ZN8 | Diff File | ||
add - tests/heal/data/standard/ZN9 | Diff File | ||
add - tests/heal/data/standard/ZO1 | Diff File | ||
add - tests/heal/data/standard/ZO2 | Diff File | ||
add - tests/heal/data/standard/ZO3 | Diff File | ||
add - tests/heal/data/standard/ZO4 | Diff File | ||
add - tests/heal/data/standard/ZO5 | Diff File | ||
add - tests/heal/data/standard/ZO6 | Diff File | ||
add - tests/heal/data/standard/ZO7 | Diff File | ||
add - tests/heal/data/standard/ZO8 | Diff File | ||
add - tests/heal/data/standard/ZO9 | Diff File | ||
add - tests/heal/data/standard/ZP1 | Diff File | ||
add - tests/heal/data/standard/ZP2 | Diff File | ||
add - tests/heal/data/standard/ZP3 | Diff File | ||
add - tests/heal/data/standard/ZP4 | Diff File | ||
add - tests/heal/data/standard/ZP5 | Diff File | ||
add - tests/heal/data/standard/ZP6 | Diff File | ||
add - tests/heal/data/standard/ZP7 | Diff File | ||
add - tests/heal/data/standard/ZP8 | Diff File | ||
add - tests/heal/data/standard/ZP9 | Diff File | ||
add - tests/heal/data/standard/ZQ1 | Diff File | ||
add - tests/heal/data/standard/ZQ2 | Diff File | ||
add - tests/heal/data/standard/ZQ3 | Diff File | ||
add - tests/heal/data/standard/ZQ4 | Diff File | ||
add - tests/heal/data/standard/ZQ5 | Diff File | ||
add - tests/heal/data/standard/ZQ6 | Diff File | ||
add - tests/heal/data/standard/ZQ7 | Diff File | ||
add - tests/heal/data/standard/ZQ8 | Diff File | ||
add - tests/heal/data/standard/ZQ9 | Diff File | ||
add - tests/heal/data/standard/ZR1 | Diff File | ||
add - tests/heal/data/standard/ZR2 | Diff File | ||
add - tests/heal/data/standard/ZR3 | Diff File | ||
add - tests/heal/data/standard/ZR4 | Diff File | ||
add - tests/heal/data/standard/ZR5 | Diff File | ||
add - tests/heal/data/standard/ZR6 | Diff File | ||
add - tests/heal/data/standard/ZR7 | Diff File | ||
add - tests/heal/data/standard/ZR8 | Diff File | ||
add - tests/heal/data/standard/ZR9 | Diff File | ||
add - tests/heal/data/standard/ZS1 | Diff File | ||
add - tests/heal/data/standard/ZS2 | Diff File | ||
add - tests/heal/data/standard/ZS3 | Diff File | ||
add - tests/heal/data/standard/ZS4 | Diff File | ||
add - tests/heal/data/standard/ZS5 | Diff File | ||
add - tests/heal/data/standard/ZS6 | Diff File | ||
add - tests/heal/data/standard/ZS7 | Diff File | ||
add - tests/heal/data/standard/ZS8 | Diff File | ||
add - tests/heal/data/standard/ZS9 | Diff File | ||
add - tests/heal/data/standard/ZT1 | Diff File | ||
add - tests/heal/data/standard/ZT2 | Diff File | ||
add - tests/heal/data/standard/ZT3 | Diff File | ||
add - tests/heal/data/standard/ZT4 | Diff File | ||
add - tests/heal/data/standard/ZT5 | Diff File | ||
add - tests/heal/data/standard/ZT6 | Diff File | ||
add - tests/heal/data/standard/ZT7 | Diff File | ||
add - tests/heal/data/standard/ZT8 | Diff File | ||
add - tests/heal/data/standard/ZT9 | Diff File | ||
add - tests/heal/data/standard/ZU1 | Diff File | ||
add - tests/heal/data/standard/ZU2 | Diff File | ||
add - tests/heal/data/standard/ZU3 | Diff File | ||
add - tests/heal/data/standard/ZU4 | Diff File | ||
add - tests/heal/data/standard/ZU5 | Diff File | ||
add - tests/heal/data/standard/ZU6 | Diff File | ||
add - tests/heal/data/standard/ZU7 | Diff File | ||
add - tests/heal/data/standard/ZU8 | Diff File | ||
add - tests/heal/data/standard/ZU9 | Diff File | ||
add - tests/heal/data/standard/ZV1 | Diff File | ||
add - tests/heal/data/standard/ZV2 | Diff File | ||
add - tests/heal/data/standard/ZV3 | Diff File | ||
add - tests/heal/data/standard/ZV4 | Diff File | ||
add - tests/heal/data/standard/ZV5 | Diff File | ||
add - tests/heal/data/standard/ZV6 | Diff File | ||
add - tests/heal/data/standard/ZV7 | Diff File | ||
add - tests/heal/data/standard/ZV8 | Diff File | ||
add - tests/heal/data/standard/ZV9 | Diff File | ||
add - tests/heal/data/standard/ZW1 | Diff File | ||
add - tests/heal/data/standard/ZW2 | Diff File | ||
add - tests/heal/data/standard/ZW3 | Diff File | ||
add - tests/heal/data/standard/ZW4 | Diff File | ||
add - tests/heal/data/standard/ZW5 | Diff File | ||
add - tests/heal/data/standard/ZW6 | Diff File | ||
add - tests/heal/data/standard/ZW7 | Diff File | ||
add - tests/heal/data/standard/ZW8 | Diff File | ||
add - tests/heal/data/standard/ZW9 | Diff File | ||
add - tests/heal/data/standard/ZX1 | Diff File | ||
add - tests/heal/data/standard/ZX2 | Diff File | ||
add - tests/heal/data/standard/ZX3 | Diff File | ||
add - tests/heal/data/standard/ZX4 | Diff File | ||
add - tests/heal/data/standard/ZX5 | Diff File | ||
add - tests/heal/data/standard/ZX6 | Diff File | ||
add - tests/heal/data/standard/ZX7 | Diff File | ||
add - tests/heal/data/standard/ZX8 | Diff File | ||
add - tests/heal/data/standard/ZX9 | Diff File | ||
add - tests/heal/data/standard/ZY1 | Diff File | ||
add - tests/heal/data/standard/ZY2 | Diff File | ||
add - tests/heal/data/standard/ZY3 | Diff File | ||
add - tests/heal/data/standard/ZY4 | Diff File | ||
add - tests/heal/data/standard/ZY5 | Diff File | ||
add - tests/heal/data/standard/ZY6 | Diff File | ||
add - tests/heal/data/standard/ZY7 | Diff File | ||
add - tests/heal/data/standard/ZY8 | Diff File | ||
add - tests/heal/data/standard/ZY9 | Diff File | ||
add - tests/heal/data/standard/ZZ1 | Diff File | ||
add - tests/heal/data/standard/ZZ2 | Diff File | ||
add - tests/heal/data/standard/ZZ3 | Diff File | ||
add - tests/heal/data/standard/ZZ4 | Diff File | ||
add - tests/heal/data/standard/ZZ5 | Diff File | ||
mod - tests/heal/end | Diff File | ||
mod - tests/heal/grids.list | Diff File | ||
add - tests/heal/split_angle_advanced/begin | Diff File | ||
add - tests/heal/split_angle_advanced/cases.list | Diff File | ||
add - tests/heal/split_angle_advanced/end | Diff File | ||
add - tests/heal/split_angle_standard/begin | Diff File | ||
add - tests/heal/split_angle_standard/cases.list | Diff File | ||
add - tests/heal/split_angle_standard/end | Diff File | ||
add - tests/heal/split_continuity_advanced/begin | Diff File | ||
add - tests/heal/split_continuity_advanced/cases.list | Diff File | ||
add - tests/heal/split_continuity_advanced/end | Diff File | ||
add - tests/heal/split_continuity_standard/begin | Diff File | ||
add - tests/heal/split_continuity_standard/cases.list | Diff File | ||
add - tests/heal/split_continuity_standard/end | Diff File | ||
add - tests/heal/surface_to_revolution_advanced/begin | Diff File | ||
add - tests/heal/surface_to_revolution_advanced/cases.list | Diff File | ||
add - tests/heal/surface_to_revolution_advanced/end | Diff File | ||
add - tests/heal/surface_to_revolution_standard/begin | Diff File | ||
add - tests/heal/surface_to_revolution_standard/cases.list | Diff File | ||
add - tests/heal/surface_to_revolution_standard/end | Diff File | ||
master 9db37f0e 2012-08-13 11:34:43 Details Diff |
Corrected integration | ||
mod - tests/offset/faces_type_i/E9 | Diff File | ||
master 72d873ef 2012-08-10 06:45:42 Details Diff |
0023294: Identical sub-expression in 'if-clause' Correcting probable copy-paste bug. Test case offset shape_type_i D7 was modified |
Affected Issues 0023294 |
|
mod - src/BOP/BOP_ArgumentAnalyzer.cxx | Diff File | ||
mod - tests/offset/shape_type_i/D7 | Diff File |