Browse Source

BUG: Fix SystemInformation dump output

When this test was renamed from DumpInformation to SystemInformation the
configured header that points the dump executable to the directory
containing information files was broken.  No information has been dumped
by this test for 2 years!  This fixes it.
Brad King 16 years ago
parent
commit
924dd34451
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/SystemInformation/DumpInformation.h.in

+ 1 - 1
Tests/SystemInformation/DumpInformation.h.in

@@ -1,6 +1,6 @@
 #ifndef _DumpInformation_h
 #ifndef _DumpInformation_h
 #define _DumpInformation_h
 #define _DumpInformation_h
 
 
-#define DumpInformation_BINARY_DIR "@DumpInformation_BINARY_DIR@"
+#define DumpInformation_BINARY_DIR "@SystemInformation_BINARY_DIR@"
 
 
 #endif
 #endif