20#include <boost/test/unit_test.hpp>
25#include <wx/filename.h>
34 wxFileName tmpDir( wxFileName::GetTempDir(),
"" );
35 wxString envPath = tmpDir.GetFullPath();
37 wxSetEnv( wxS(
"KICAD_CACHE_HOME"), envPath );
45 BOOST_CHECK( fn.FileExists() );
59 wxCommandEvent evt( EDA_EVT_UNITS_CHANGED );
60 handler.ProcessEvent( evt );
void Save()
Save notifications to disk.
void CreateOrUpdate(const wxString &aKey, const wxString &aTitle, const wxString &aDescription, const wxString &aHref=wxEmptyString)
Create a notification with the given parameters or updates an existing one with the same key.
static wxString GetUserCachePath()
Gets the stock (install) 3d viewer plugins path.
void OnEvent(wxCommandEvent &)
BOOST_AUTO_TEST_SUITE(CadstarPartParser)
BOOST_AUTO_TEST_SUITE_END()
BOOST_AUTO_TEST_CASE(CreateAndPersist)