summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2011-03-25 11:05:35 +0100
committerNick Schermer <nick@xfce.org>2011-03-25 12:37:48 +0100
commited2db07ccace659ce9e06f334f41ad09419d6cb1 (patch)
tree072f1b455100de92c0c33d47abed3334c220dcf4 /tests
parent9d8927b5a9e16e3782fe37a64f90a47ad1d3c3c1 (diff)
downloadxfconf-ed2db07ccace659ce9e06f334f41ad09419d6cb1.tar.gz
Fix licenses and use new FSF address.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.inc15
-rw-r--r--tests/get-properties/t-get-arrayv.c2
-rw-r--r--tests/get-properties/t-get-boolean.c2
-rw-r--r--tests/get-properties/t-get-double.c2
-rw-r--r--tests/get-properties/t-get-int.c2
-rw-r--r--tests/get-properties/t-get-string.c2
-rw-r--r--tests/get-properties/t-get-stringlist.c2
-rw-r--r--tests/get-properties/t-get-uint64.c2
-rw-r--r--tests/has-properties/t-has-arrayv.c2
-rw-r--r--tests/has-properties/t-has-boolean.c2
-rw-r--r--tests/has-properties/t-has-double.c2
-rw-r--r--tests/has-properties/t-has-int.c2
-rw-r--r--tests/has-properties/t-has-string.c2
-rw-r--r--tests/has-properties/t-has-stringlist.c2
-rw-r--r--tests/has-properties/t-has-uint64.c2
-rw-r--r--tests/list-channels/t-list-channels.c2
-rw-r--r--tests/object-bindings/t-object-bindings.c2
-rw-r--r--tests/property-changed-signal/t-string-changed-signal-detailed.c2
-rw-r--r--tests/property-changed-signal/t-string-changed-signal.c2
-rw-r--r--tests/reset-properties/t-reset-arrayv.c2
-rw-r--r--tests/reset-properties/t-reset-boolean.c2
-rw-r--r--tests/reset-properties/t-reset-double.c2
-rw-r--r--tests/reset-properties/t-reset-int.c2
-rw-r--r--tests/reset-properties/t-reset-string.c2
-rw-r--r--tests/reset-properties/t-reset-stringlist.c2
-rw-r--r--tests/reset-properties/t-reset-uint64.c2
-rw-r--r--tests/set-properties/t-set-arrayv.c2
-rw-r--r--tests/set-properties/t-set-boolean.c2
-rw-r--r--tests/set-properties/t-set-double.c2
-rw-r--r--tests/set-properties/t-set-int.c2
-rw-r--r--tests/set-properties/t-set-string.c2
-rw-r--r--tests/set-properties/t-set-stringlist.c2
-rw-r--r--tests/set-properties/t-set-uint64.c2
-rw-r--r--tests/tests-common.h2
34 files changed, 48 insertions, 33 deletions
diff --git a/tests/Makefile.inc b/tests/Makefile.inc
index 59fda73..2ed3431 100644
--- a/tests/Makefile.inc
+++ b/tests/Makefile.inc
@@ -1,3 +1,18 @@
+# Copyright (c) 2007 Brian Tarricone <bjt23@cornell.edu>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License ONLY.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
check_SCRIPTS = $(addsuffix .sh,$(check_PROGRAMS))
TESTS = $(check_SCRIPTS)
diff --git a/tests/get-properties/t-get-arrayv.c b/tests/get-properties/t-get-arrayv.c
index 58eb74b..c658e16 100644
--- a/tests/get-properties/t-get-arrayv.c
+++ b/tests/get-properties/t-get-arrayv.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/get-properties/t-get-boolean.c b/tests/get-properties/t-get-boolean.c
index 9c222d2..a58df09 100644
--- a/tests/get-properties/t-get-boolean.c
+++ b/tests/get-properties/t-get-boolean.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/get-properties/t-get-double.c b/tests/get-properties/t-get-double.c
index 016cd3b..a8c7ced 100644
--- a/tests/get-properties/t-get-double.c
+++ b/tests/get-properties/t-get-double.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/get-properties/t-get-int.c b/tests/get-properties/t-get-int.c
index 9cca5c7..6cb6b34 100644
--- a/tests/get-properties/t-get-int.c
+++ b/tests/get-properties/t-get-int.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/get-properties/t-get-string.c b/tests/get-properties/t-get-string.c
index dc3f167..efdd832 100644
--- a/tests/get-properties/t-get-string.c
+++ b/tests/get-properties/t-get-string.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/get-properties/t-get-stringlist.c b/tests/get-properties/t-get-stringlist.c
index 0b6e4d4..8e478e2 100644
--- a/tests/get-properties/t-get-stringlist.c
+++ b/tests/get-properties/t-get-stringlist.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/get-properties/t-get-uint64.c b/tests/get-properties/t-get-uint64.c
index 92cc424..001531c 100644
--- a/tests/get-properties/t-get-uint64.c
+++ b/tests/get-properties/t-get-uint64.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/has-properties/t-has-arrayv.c b/tests/has-properties/t-has-arrayv.c
index d5d33ea..45a5660 100644
--- a/tests/has-properties/t-has-arrayv.c
+++ b/tests/has-properties/t-has-arrayv.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/has-properties/t-has-boolean.c b/tests/has-properties/t-has-boolean.c
index acbc010..c7a0d1c 100644
--- a/tests/has-properties/t-has-boolean.c
+++ b/tests/has-properties/t-has-boolean.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/has-properties/t-has-double.c b/tests/has-properties/t-has-double.c
index e837ec9..66548f5 100644
--- a/tests/has-properties/t-has-double.c
+++ b/tests/has-properties/t-has-double.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/has-properties/t-has-int.c b/tests/has-properties/t-has-int.c
index 7925710..22a2c4b 100644
--- a/tests/has-properties/t-has-int.c
+++ b/tests/has-properties/t-has-int.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/has-properties/t-has-string.c b/tests/has-properties/t-has-string.c
index 6f8e39e..c661d40 100644
--- a/tests/has-properties/t-has-string.c
+++ b/tests/has-properties/t-has-string.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/has-properties/t-has-stringlist.c b/tests/has-properties/t-has-stringlist.c
index 812ac11..c092e44 100644
--- a/tests/has-properties/t-has-stringlist.c
+++ b/tests/has-properties/t-has-stringlist.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/has-properties/t-has-uint64.c b/tests/has-properties/t-has-uint64.c
index 4edd27e..d399cc0 100644
--- a/tests/has-properties/t-has-uint64.c
+++ b/tests/has-properties/t-has-uint64.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/list-channels/t-list-channels.c b/tests/list-channels/t-list-channels.c
index caf38ae..f5c1e06 100644
--- a/tests/list-channels/t-list-channels.c
+++ b/tests/list-channels/t-list-channels.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/object-bindings/t-object-bindings.c b/tests/object-bindings/t-object-bindings.c
index a00395e..2a8ec25 100644
--- a/tests/object-bindings/t-object-bindings.c
+++ b/tests/object-bindings/t-object-bindings.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/property-changed-signal/t-string-changed-signal-detailed.c b/tests/property-changed-signal/t-string-changed-signal-detailed.c
index a1e5dad..f84cbbc 100644
--- a/tests/property-changed-signal/t-string-changed-signal-detailed.c
+++ b/tests/property-changed-signal/t-string-changed-signal-detailed.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/property-changed-signal/t-string-changed-signal.c b/tests/property-changed-signal/t-string-changed-signal.c
index 7be5bc3..aac6023 100644
--- a/tests/property-changed-signal/t-string-changed-signal.c
+++ b/tests/property-changed-signal/t-string-changed-signal.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/reset-properties/t-reset-arrayv.c b/tests/reset-properties/t-reset-arrayv.c
index bc1e8d6..3123bc5 100644
--- a/tests/reset-properties/t-reset-arrayv.c
+++ b/tests/reset-properties/t-reset-arrayv.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/reset-properties/t-reset-boolean.c b/tests/reset-properties/t-reset-boolean.c
index 58fb488..7f0ff9f 100644
--- a/tests/reset-properties/t-reset-boolean.c
+++ b/tests/reset-properties/t-reset-boolean.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/reset-properties/t-reset-double.c b/tests/reset-properties/t-reset-double.c
index 41b6112..25f3bd8 100644
--- a/tests/reset-properties/t-reset-double.c
+++ b/tests/reset-properties/t-reset-double.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/reset-properties/t-reset-int.c b/tests/reset-properties/t-reset-int.c
index 7a1c1a0..1d79328 100644
--- a/tests/reset-properties/t-reset-int.c
+++ b/tests/reset-properties/t-reset-int.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/reset-properties/t-reset-string.c b/tests/reset-properties/t-reset-string.c
index 535190c..864dcd0 100644
--- a/tests/reset-properties/t-reset-string.c
+++ b/tests/reset-properties/t-reset-string.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/reset-properties/t-reset-stringlist.c b/tests/reset-properties/t-reset-stringlist.c
index c40e788..6ccae52 100644
--- a/tests/reset-properties/t-reset-stringlist.c
+++ b/tests/reset-properties/t-reset-stringlist.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/reset-properties/t-reset-uint64.c b/tests/reset-properties/t-reset-uint64.c
index 692ae64..4b90ef1 100644
--- a/tests/reset-properties/t-reset-uint64.c
+++ b/tests/reset-properties/t-reset-uint64.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/set-properties/t-set-arrayv.c b/tests/set-properties/t-set-arrayv.c
index 5fd2ed7..766e96b 100644
--- a/tests/set-properties/t-set-arrayv.c
+++ b/tests/set-properties/t-set-arrayv.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/set-properties/t-set-boolean.c b/tests/set-properties/t-set-boolean.c
index 5a78f2d..79a6d97 100644
--- a/tests/set-properties/t-set-boolean.c
+++ b/tests/set-properties/t-set-boolean.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/set-properties/t-set-double.c b/tests/set-properties/t-set-double.c
index ade54c9..98dc7a2 100644
--- a/tests/set-properties/t-set-double.c
+++ b/tests/set-properties/t-set-double.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/set-properties/t-set-int.c b/tests/set-properties/t-set-int.c
index 6b0b526..753cafb 100644
--- a/tests/set-properties/t-set-int.c
+++ b/tests/set-properties/t-set-int.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/set-properties/t-set-string.c b/tests/set-properties/t-set-string.c
index 09faa15..76667d4 100644
--- a/tests/set-properties/t-set-string.c
+++ b/tests/set-properties/t-set-string.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/set-properties/t-set-stringlist.c b/tests/set-properties/t-set-stringlist.c
index 471f983..5bf64eb 100644
--- a/tests/set-properties/t-set-stringlist.c
+++ b/tests/set-properties/t-set-stringlist.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/set-properties/t-set-uint64.c b/tests/set-properties/t-set-uint64.c
index 0bb3e0b..32650b4 100644
--- a/tests/set-properties/t-set-uint64.c
+++ b/tests/set-properties/t-set-uint64.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "tests-common.h"
diff --git a/tests/tests-common.h b/tests/tests-common.h
index 54fec2f..b6216c3 100644
--- a/tests/tests-common.h
+++ b/tests/tests-common.h
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef __XFCONF_TESTS_COMMON_H__