Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MiniDexed/commit/c19be7f571f77bc429e1d4e6514e9def3e4fc5fc?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
7 changed files with
3 additions and
15 deletions
src/fx_components.h
src/test/test_cpp.cpp
src/test/test_framework.cpp
src/test/test_fx_components.cpp
src/test/test_fx_helper.h
src/test/test_fx_plate_reverb.cpp
src/test/test_fx_rack.cpp
@ -311,7 +311,7 @@ private:
} ;
} ;
typedef ComplexLFO LFO ;
typedef InterpolatedSineOscillator LFO ;
class JitterGenerator : public FXBase
class JitterGenerator : public FXBase
@ -1,8 +1,6 @@
# include <gtest/gtest.h>
# include <gtest/gtest.h>
# include "../fx_components.h"
# include "../fx_components.h"
# include <chrono>
# include <fstream>
int nb = 0 ;
int nb = 0 ;
@ -1,7 +1,6 @@
# include <gtest/gtest.h>
# include <gtest/gtest.h>
# include "test_fx_helper.h"
# include "test_fx_helper.h"
# include "wave.h"
# include "../debug.hpp"
# include "../debug.hpp"
# include "../fx_base.h"
# include "../fx_base.h"
@ -2,13 +2,6 @@
# include <iomanip>
# include <iomanip>
# include <iostream>
# include <iostream>
# include <fstream>
# include <fstream>
# include <sstream>
# include <string>
# include <locale>
# include <ctime>
# include <cmath>
# include <random>
# include "wave.h"
# include "test_fx_helper.h"
# include "test_fx_helper.h"
@ -4,6 +4,7 @@
# include <string>
# include <string>
# include <gtest/gtest.h>
# include <gtest/gtest.h>
# include "wave.h"
# include "../fx.h"
# include "../fx.h"
# define AUDIO_SOURCE_FILE "test.wav"
# define AUDIO_SOURCE_FILE "test.wav"
@ -1,11 +1,10 @@
# include <gtest/gtest.h>
# include <gtest/gtest.h>
# include "test_fx_helper.h"
# include "test_fx_helper.h"
# include "wave.h"
# include "../effect_platervbstereo.h"
# include "../effect_platervbstereo.h"
TEST ( FXElement , PlateReverb Migration )
TEST ( FXPlateReverb , Migration )
{
{
const testing : : TestInfo * test_info = testing : : UnitTest : : GetInstance ( ) - > current_test_info ( ) ;
const testing : : TestInfo * test_info = testing : : UnitTest : : GetInstance ( ) - > current_test_info ( ) ;
std : : string full_test_name = test_info - > test_case_name ( ) ;
std : : string full_test_name = test_info - > test_case_name ( ) ;
@ -2,10 +2,8 @@
# include <cmath>
# include <cmath>
# include "test_fx_helper.h"
# include "test_fx_helper.h"
# include "wave.h"
# include "../fx_rack.h"
# include "../fx_rack.h"
# include "../effect_platervbstereo.h"
using namespace std ;
using namespace std ;