KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_issue25469_empty_sheet_pin_name.cpp File Reference

Test for issue #25469: a sheet pin saved with an empty name made the whole schematic unopenable. More...

#include <boost/test/unit_test.hpp>
#include <eeschema_test_utils.h>
#include <sch_io/kicad_sexpr/sch_io_kicad_sexpr.h>
#include <sch_screen.h>
#include <sch_sheet.h>
#include <sch_sheet_pin.h>
#include <schematic.h>
#include <settings/settings_manager.h>
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <locale_io.h>
#include <wildcards_and_files_ext.h>
#include <wx/filename.h>

Go to the source code of this file.

Classes

struct  ISSUE25469_FIXTURE
 

Functions

 BOOST_AUTO_TEST_CASE (LoadsSheetWithUnnamedPin)
 

Detailed Description

Test for issue #25469: a sheet pin saved with an empty name made the whole schematic unopenable.

Loading must keep the pin so the user can rename or delete it.

Definition in file test_issue25469_empty_sheet_pin_name.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE()