0027691: Remove dchrono from all test cases and move its to perf group
[occt.git] / tests / bugs / moddata_3 / bug623
diff --git a/tests/bugs/moddata_3/bug623 b/tests/bugs/moddata_3/bug623
deleted file mode 100644 (file)
index d3b6c85..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-puts "================"
-puts "OCC623"
-puts "================"
-puts ""
-####################
-## InCorrect Data in PCurve
-####################
-
-##cpulimit 4000
-
-pload XDE
-
-stepread [locate_data_file OCC623.step] a *
-
-setflags a_1 locked
-dchrono h reset
-dchrono h start
-nurbsconvert result a_1
-dchrono h stop
-set TimeList [dchrono h show]
-
-regexp {Elapsed time: +([-0-9.+eE]+)} $TimeList full ElapsedTime
-puts "ElapsedTime = ${ElapsedTime}"
-
-fsameparameter result
-checkshape result
-
-checkprops result -s 32.1968
-checkview -display result -2d -path ${imagedir}/${test_image}.png
-
-