From 57ea2bf0d3eb0c6517371c49f2e5895206cda4d1 Mon Sep 17 00:00:00 2001 From: abv Date: Mon, 17 Dec 2012 20:01:09 +0400 Subject: [PATCH] Adjusting code and testing cases for current state of OCCT --- src/Standard/Standard_Version.hxx | 2 +- tests/bugs/modalg/bug399 | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Standard/Standard_Version.hxx b/src/Standard/Standard_Version.hxx index 832beb84ad..67c3d0e977 100755 --- a/src/Standard/Standard_Version.hxx +++ b/src/Standard/Standard_Version.hxx @@ -46,7 +46,7 @@ //! - "dev" for official (certified) version (master branch) between releases //! - "beta..." or "rc..." for beta releases or release candidates //! - "project..." for version containing project-specific fixes -// #define OCC_VERSION_DEVELOPMENT "beta1" +#define OCC_VERSION_DEVELOPMENT "dev" // Derived (manually): version as real and string (major.minor) #define OCC_VERSION 6.5 diff --git a/tests/bugs/modalg/bug399 b/tests/bugs/modalg/bug399 index e58f685367..1a4f9fc8b0 100755 --- a/tests/bugs/modalg/bug399 +++ b/tests/bugs/modalg/bug399 @@ -4,7 +4,8 @@ if { [array get env os_type] != "" } { if { [string compare $os "windows"] != 0 } { puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_2" puts "TODO OCC12345 ALL: Faulty OCC399: Command checkshape works wrongly: Source shape is invalid but this shape must be OK" - puts "TODO OCC12345 ALL: Error : The square of result shape is" +### by apn master 16.12.2012 +### puts "TODO OCC12345 ALL: Error : The square of result shape is" } puts "========"