Test cases for issue CR26152
--- /dev/null
+puts "TODO OCC26152 ALL: Standard_ConstructionError"
+puts "=========="
+puts "OCC26152"
+puts "=========="
+puts ""
+##############################################################
+# Wrong result obtained by projection algorithm.
+##############################################################
+
+restore [locate_data_file bug26130_projcomp.brep] a
+explode a
+
+mkcurve c a_1
+mksurface s a_2
+
+catch {project cx c s}
--- /dev/null
+puts "TODO OCC26152 ALL: Standard_ConstructionError"
+puts "=========="
+puts "OCC26152"
+puts "=========="
+puts ""
+##############################################################
+# Wrong result obtained by projection algorithm.
+##############################################################
+
+restore [locate_data_file bug26130_projcomp.brep] a
+explode a
+explode a_2 e
+
+mkcurve c a_2_4
+mksurface s a_2
+
+catch {project cx c s}