Begin testcase for NAZ

This commit is contained in:
Gerhard Hoffmann 2024-01-30 10:53:43 +01:00
parent 088453c179
commit c2a8f0b00b

View File

@ -34,10 +34,10 @@ extern "C" char* strptime(const char* s,
#include <calculate_price.h>
#define SZEGED (0)
#define SCHOENAU_KOENIGSEE (1)
#define SCHOENAU_KOENIGSEE (0)
#define NEUHAUSER_KORNEUBURG (0)
#define NEUHAUSER_LINSINGER_MASCHINENBAU (0)
#define NEUHAUSER_NORDISCHES_AUSBILDUNGSZENTRUM (0)
#define NEUHAUSER_NORDISCHES_AUSBILDUNGSZENTRUM (1)
#define NEUHAUSER_BILEXA_GALTUER (0)
@ -121,7 +121,7 @@ int main() {
#endif
#if NEUHAUSER_NORDISCHES_AUSBILDUNGSZENTRUM==1
std::ifstream input("/tmp/tariff_naz.json");
std::ifstream input("/opt/ptu5/opt/customer_744/etc/psa_tariff/tariff01.json");
std::stringstream sstr;
while(input >> sstr.rdbuf());
@ -133,8 +133,6 @@ int main() {
cout << endl;
if (isParsed) {
// Calculator calculator;
}
#endif