From: abv Date: Mon, 17 Dec 2012 16:01:09 +0000 (+0400) Subject: Adjusting code and testing cases for current state of OCCT X-Git-Tag: V6_6_0_beta~164 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=57ea2bf0d3eb0c6517371c49f2e5895206cda4d1;p=occt-copy.git Adjusting code and testing cases for current state of OCCT --- 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 "========"