]> git.stg.codes - stg.git/commitdiff
Fix tests compilation errors
authorMaxim Mamontov <faust@gts.dp.ua>
Fri, 8 Apr 2011 12:54:55 +0000 (15:54 +0300)
committerMaxim Mamontov <faust@gts.dp.ua>
Fri, 8 Apr 2011 12:54:55 +0000 (15:54 +0300)
tests/Makefile
tests/raw_ip_packet_old.h
tests/test_admin_conf.cpp
tests/test_conffiles.cpp
tests/test_raw_ip.cpp
tests/test_tariff.cpp

index 2364db7487a8acab5a4f868e414ff2b08de8b6ea..0635185c09e2dc4155887da33c679ff4a4d6f33c 100644 (file)
@@ -6,9 +6,10 @@ SOURCES=main.cpp \
        test_raw_ip.cpp \
        test_admin_conf.cpp \
        test_tariff.cpp \
-       test_stgconffiles.cpp \
-       ../projects/stargazer/tariff.cpp \
-       ../stglibs/stgconffiles.lib/stgconffiles.cpp
+       test_conffiles.cpp \
+       ../projects/stargazer/tariff_impl.cpp \
+       ../stglibs/conffiles.lib/conffiles.cpp \
+       ../stglibs/common.lib/common.cpp
 
 all: $(PROG) 
 
index 1fbfe5f369adc6e2fcd0f0c1bdc5047216dcef28..adf91a090ad9c6d9eeb56d8a67ee08eaed409999 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <cstring>
 
-#include "const.h"
+#include "stg/const.h"
 
 #define IPv4 (2)
 
index 52f09eebbd0367a353a1d4234fbecf09c214b7bb..add65fb20f22275682ab338bd77527cc7cc74aff 100644 (file)
@@ -2,7 +2,7 @@
 
 #include "tut/tut.hpp"
 
-#include "admin_conf.h"
+#include "stg/admin_conf.h"
 
 namespace tut
 {
index e48abaf290adc01392682d6089c235b354e7ae85..ee2eeea72aa5e39f8af4eaa8d561d8695ce2d98d 100644 (file)
@@ -5,7 +5,7 @@
 
 #include "tut/tut.hpp"
 
-#include "conffiles.h"
+#include "stg/conffiles.h"
 
 namespace tut
 {
index 9c4e521ffc8e002a6474167db3c8a87055de9b67..3b3a97fa4882c4e52a32ee14fcbefff4353c3bb8 100644 (file)
@@ -9,7 +9,7 @@
 #include "tut/tut.hpp"
 
 #include "raw_ip_packet_old.h"
-#include "raw_ip_packet.h"
+#include "stg/raw_ip_packet.h"
 
 #ifndef ITERATIONS
 #define ITERATIONS 1000
index e00b4817bb3f1bafa5fd1c2c2b99d8dfd6e1f281..f999b011c5402f8824144bb0e95c151cd16daf7e 100644 (file)
@@ -1,7 +1,7 @@
 #include "tut/tut.hpp"
 
-#include "tariff_conf.h"
-#include "tariff.h"
+#include "stg/tariff_conf.h"
+#include "tariff_impl.h"
 
 namespace tut
 {
@@ -35,7 +35,7 @@ namespace tut
         td.dirPrice[0].threshold = 4;
         td.dirPrice[0].singlePrice = 0;
         td.dirPrice[0].noDiscount = 0;
-        TARIFF tariff(td);
+        TARIFF_IMPL tariff(td);
 
         ensure("freeMb = 2", tariff.GetFreeMb() == td.tariffConf.free);
         ensure("passiveCost = 4", tariff.GetPassiveCost() == td.tariffConf.passiveCost);
@@ -75,7 +75,7 @@ namespace tut
         td.dirPrice[0].threshold = 4;
         td.dirPrice[0].singlePrice = 0;
         td.dirPrice[0].noDiscount = 0;
-        TARIFF tariff(td);
+        TARIFF_IMPL tariff(td);
 
         ensure("traffType = TRAFF_UP", tariff.GetTraffType() == TRAFF_UP);
         ensure_equals("traffByType(6, 0) = 6 for UP", tariff.GetTraffByType(6, 0), 6);
@@ -145,7 +145,7 @@ namespace tut
         td.dirPrice[0].threshold = 4;
         td.dirPrice[0].singlePrice = 0;
         td.dirPrice[0].noDiscount = 0;
-        TARIFF tariff(td);
+        TARIFF_IMPL tariff(td);
 
         ensure_equals("0000 == 0", tariff.GetPriceWithTraffType(0, 0 * 1024 * 1024, 0, 1286461245), 0); // Near 17:30, 0 < 4 DA
         ensure_equals("0001 == 0", tariff.GetPriceWithTraffType(0, 6 * 1024 * 1024, 0, 1286461245), 1); // Near 17:30, 6 > 4 DB
@@ -201,7 +201,7 @@ namespace tut
         td.dirPrice[0].threshold = 4;
         td.dirPrice[0].singlePrice = 0;
         td.dirPrice[0].noDiscount = 0;
-        TARIFF tariff(td);
+        TARIFF_IMPL tariff(td);
 
         ensure("freeMb = 2", tariff.GetFreeMb() == td.tariffConf.free);
         ensure("passiveCost = 4", tariff.GetPassiveCost() == td.tariffConf.passiveCost);
@@ -241,7 +241,7 @@ namespace tut
         td.dirPrice[0].threshold = 4;
         td.dirPrice[0].singlePrice = 0;
         td.dirPrice[0].noDiscount = 0;
-        TARIFF tariff(td);
+        TARIFF_IMPL tariff(td);
 
         ensure("traffType = TRAFF_UP", tariff.GetTraffType() == TRAFF_UP);
         ensure_equals("traffByType(6, 0) = 6 for UP", tariff.GetTraffByType(6, 0), 6);
@@ -311,7 +311,7 @@ namespace tut
         td.dirPrice[0].threshold = 4;
         td.dirPrice[0].singlePrice = 0;
         td.dirPrice[0].noDiscount = 0;
-        TARIFF tariff(td);
+        TARIFF_IMPL tariff(td);
 
         ensure_equals("0000 == 0", tariff.GetPriceWithTraffType(0, 0 * 1024 * 1024, 0, 1286461245), 2); // Near 17:30, 0 < 4 NA
         ensure_equals("0001 == 0", tariff.GetPriceWithTraffType(0, 6 * 1024 * 1024, 0, 1286461245), 3); // Near 17:30, 6 > 4 NB