summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/python/PyUnitTests.py (renamed from python/test/PyUnitTests.py)0
-rw-r--r--test/python/UnitTests.py (renamed from python/test/UnitTests.py)0
-rw-r--r--test/python/__init__.py (renamed from python/test/__init__.py)0
-rw-r--r--test/python/numerics/__init__.py (renamed from python/test/numerics/__init__.py)0
-rw-r--r--test/python/numerics/t_amount.py (renamed from python/test/numerics/t_amount.py)0
-rw-r--r--test/unit/t_expr.cc2
-rw-r--r--test/unit/t_expr.h6
7 files changed, 4 insertions, 4 deletions
diff --git a/python/test/PyUnitTests.py b/test/python/PyUnitTests.py
index 3c19093f..3c19093f 100755
--- a/python/test/PyUnitTests.py
+++ b/test/python/PyUnitTests.py
diff --git a/python/test/UnitTests.py b/test/python/UnitTests.py
index 843e9fc1..843e9fc1 100644
--- a/python/test/UnitTests.py
+++ b/test/python/UnitTests.py
diff --git a/python/test/__init__.py b/test/python/__init__.py
index e69de29b..e69de29b 100644
--- a/python/test/__init__.py
+++ b/test/python/__init__.py
diff --git a/python/test/numerics/__init__.py b/test/python/numerics/__init__.py
index e69de29b..e69de29b 100644
--- a/python/test/numerics/__init__.py
+++ b/test/python/numerics/__init__.py
diff --git a/python/test/numerics/t_amount.py b/test/python/numerics/t_amount.py
index 95c98bdb..95c98bdb 100644
--- a/python/test/numerics/t_amount.py
+++ b/test/python/numerics/t_amount.py
diff --git a/test/unit/t_expr.cc b/test/unit/t_expr.cc
index 026b4eec..58a60e23 100644
--- a/test/unit/t_expr.cc
+++ b/test/unit/t_expr.cc
@@ -1,4 +1,4 @@
-#include "t_valexpr.h"
+#include "t_expr.h"
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(ValueExprTestCase, "numerics");
diff --git a/test/unit/t_expr.h b/test/unit/t_expr.h
index 3cac4ed6..bb03ba56 100644
--- a/test/unit/t_expr.h
+++ b/test/unit/t_expr.h
@@ -1,5 +1,5 @@
-#ifndef _T_VALEXPR_H
-#define _T_VALEXPR_H
+#ifndef _T_EXPR_H
+#define _T_EXPR_H
#include "UnitTests.h"
@@ -27,4 +27,4 @@ private:
void operator=(const ValueExprTestCase &copy);
};
-#endif // _T_VALEXPR_H
+#endif // _T_EXPR_H