From 0a2f05a2fe2898ee1407319a6764018fdf54e562 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 26 Sep 2023 00:29:14 +0200 Subject: FLUID: Fixes regression #777 Wrote wrong path in #inlude statement under certain conditions. Also removed 'snap' tag if not needed. --- test/CubeViewUI.fl | 5 ----- test/checkers_pieces.fl | 5 ----- test/fast_slow.fl | 5 ----- test/inactive.fl | 5 ----- test/keyboard_ui.fl | 5 ----- test/mandelbrot_ui.fl | 5 ----- test/preferences.fl | 5 ----- test/radio.fl | 5 ----- test/resize.fl | 5 ----- test/tabs.fl | 5 ----- test/tree.fl | 5 ----- test/valuators.fl | 5 ----- 12 files changed, 60 deletions(-) (limited to 'test') diff --git a/test/CubeViewUI.fl b/test/CubeViewUI.fl index 29730c674..d07451cc7 100644 --- a/test/CubeViewUI.fl +++ b/test/CubeViewUI.fl @@ -2,11 +2,6 @@ version 1.0400 header_name {.h} code_name {.cxx} -snap { - ver 1 - current_suite FLTK - current_preset 1 -} class CubeViewUI {open } { Function {CubeViewUI()} {open diff --git a/test/checkers_pieces.fl b/test/checkers_pieces.fl index abe2184ff..8cd09e9b5 100644 --- a/test/checkers_pieces.fl +++ b/test/checkers_pieces.fl @@ -2,11 +2,6 @@ version 1.0400 header_name {.h} code_name {.cxx} -snap { - ver 1 - current_suite FLTK - current_preset 0 -} comment {// // Checkers images for the Fast Light Tool Kit (FLTK). // diff --git a/test/fast_slow.fl b/test/fast_slow.fl index b78cd4b94..fb40f050e 100644 --- a/test/fast_slow.fl +++ b/test/fast_slow.fl @@ -2,11 +2,6 @@ version 1.0400 header_name {.h} code_name {.cxx} -snap { - ver 1 - current_suite FLTK - current_preset 1 -} Function {} {open } { Fl_Window {} {open selected diff --git a/test/inactive.fl b/test/inactive.fl index c19b50a20..824a713bd 100644 --- a/test/inactive.fl +++ b/test/inactive.fl @@ -2,11 +2,6 @@ version 1.0400 header_name {.h} code_name {.cxx} -snap { - ver 1 - current_suite FLTK - current_preset 1 -} Function {} {open } { Fl_Window {} {open diff --git a/test/keyboard_ui.fl b/test/keyboard_ui.fl index 425b05f4b..c0d29f3fd 100644 --- a/test/keyboard_ui.fl +++ b/test/keyboard_ui.fl @@ -2,11 +2,6 @@ version 1.0400 header_name {.h} code_name {.cxx} -snap { - ver 1 - current_suite FLTK - current_preset 1 -} Function {make_window()} {open } { Fl_Window my_window {open diff --git a/test/mandelbrot_ui.fl b/test/mandelbrot_ui.fl index 180a6fcb0..0c289e6f6 100644 --- a/test/mandelbrot_ui.fl +++ b/test/mandelbrot_ui.fl @@ -2,11 +2,6 @@ version 1.0400 header_name {.h} code_name {.cxx} -snap { - ver 1 - current_suite FLTK - current_preset 0 -} decl {\#include "mandelbrot.h"} {public local } diff --git a/test/preferences.fl b/test/preferences.fl index e4fb3c5ca..d61c580d8 100644 --- a/test/preferences.fl +++ b/test/preferences.fl @@ -7,11 +7,6 @@ i18n_gnu_function gettext i18n_gnu_static_function gettext_noop header_name {.h} code_name {.cxx} -snap { - ver 1 - current_suite FLTK - current_preset 0 -} comment {About test/preferences: The preferences app shows two features of FLTK and FLUID. diff --git a/test/radio.fl b/test/radio.fl index a30df6821..13ef9bfd0 100644 --- a/test/radio.fl +++ b/test/radio.fl @@ -2,11 +2,6 @@ version 1.0400 header_name {.h} code_name {.cxx} -snap { - ver 1 - current_suite FLTK - current_preset 1 -} Function {button_cb(Fl_Button *b, void *)} { comment {Buttons test callback} open private return_type void } { diff --git a/test/resize.fl b/test/resize.fl index 0b93d2c0a..818277786 100644 --- a/test/resize.fl +++ b/test/resize.fl @@ -2,11 +2,6 @@ version 1.0400 header_name {.h} code_name {.cxx} -snap { - ver 1 - current_suite FLTK - current_preset 1 -} Function {} {open } { Fl_Window {} {open selected diff --git a/test/tabs.fl b/test/tabs.fl index 56aec468b..25a610b9d 100644 --- a/test/tabs.fl +++ b/test/tabs.fl @@ -2,11 +2,6 @@ version 1.0400 header_name {.h} code_name {.cxx} -snap { - ver 1 - current_suite FLTK - current_preset 0 -} Function {} {open } { Fl_Window foo_window { diff --git a/test/tree.fl b/test/tree.fl index 02f22474e..a48be0284 100644 --- a/test/tree.fl +++ b/test/tree.fl @@ -2,11 +2,6 @@ version 1.0400 header_name {.h} code_name {.cxx} -snap { - ver 1 - current_suite FLTK - current_preset 1 -} decl {\#include } {public global } diff --git a/test/valuators.fl b/test/valuators.fl index c9b8bce58..a8dcff87f 100644 --- a/test/valuators.fl +++ b/test/valuators.fl @@ -2,11 +2,6 @@ version 1.0400 header_name {.h} code_name {.cxx} -snap { - ver 1 - current_suite FLTK - current_preset 0 -} decl {\#include } {public global } -- cgit v1.2.3