22#include <cxxtest/TestSuite.h>
33 xmla =
new XMLwrapper;
34 xmlb =
new XMLwrapper;
39 xmla->addpar(
"my Pa*_ramet@er", 75);
40 TS_ASSERT_EQUALS(
xmla->getpar(
"my Pa*_ramet@er", 0, -200, 200), 75);
46 "/Tests/guitar-adnote.xmz");
47 xmla->loadXMLfile(location);
53 "\n<?xml version=\"1.0f\" encoding=\"UTF-8\"?>\n\
54<!DOCTYPE ZynAddSubFX-data>\n\
55<ZynAddSubFX-data version-major=\"2\" version-minor=\"4\"\n\
56version-revision=\"1\" ZynAddSubFX-author=\"Nasca Octavian Paul\">\n\
57</ZynAddSubFX-data>\n";
58 xmlb->putXMLdata(dat.c_str());
SYNTH_T * synth
Definition LocalZynAddSubFx.cpp:47
Definition XMLwrapperTest.h:30
void testAddPar()
Definition XMLwrapperTest.h:38
void tearDown()
Definition XMLwrapperTest.h:61
XMLwrapper * xmlb
Definition XMLwrapperTest.h:69
void testAnotherLoad()
Definition XMLwrapperTest.h:50
void setUp()
Definition XMLwrapperTest.h:32
XMLwrapper * xmla
Definition XMLwrapperTest.h:68
void testLoad()
Definition XMLwrapperTest.h:44
Definition juce_Uuid.h:141
#define SOURCE_DIR
Definition zynaddsubfx-src.cpp:21