summaryrefslogtreecommitdiffstats
path: root/testing/022_dot.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2015-06-10 17:37:02 (GMT)
committeralbert-github <albert.tests@gmail.com>2015-06-10 17:37:02 (GMT)
commit9bd54df7ba7dd15783f5a9180c85a7137dcdbc08 (patch)
tree00c29d2b02671824a0efc9dd9f4e4ed5ff0a3b80 /testing/022_dot.cpp
parent7a0c06d1745739cb7f9753e75cb46f4a431b0eaa (diff)
downloadDoxygen-9bd54df7ba7dd15783f5a9180c85a7137dcdbc08.zip
Doxygen-9bd54df7ba7dd15783f5a9180c85a7137dcdbc08.tar.gz
Doxygen-9bd54df7ba7dd15783f5a9180c85a7137dcdbc08.tar.bz2
Problem running tests under Windows
The redirection used in the runtests.py script was based on *nix type systems. Corrected for windows. Windows has a different line ending than *nix, resulting in a problem with diff unless the options -b -w are used. Some tests had as directory for some paths a directory . this has been corrected to $INPUTDIR
Diffstat (limited to 'testing/022_dot.cpp')
-rw-r--r--testing/022_dot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/022_dot.cpp b/testing/022_dot.cpp
index 2db7c38..74d3f7a 100644
--- a/testing/022_dot.cpp
+++ b/testing/022_dot.cpp
@@ -1,7 +1,7 @@
// objective: test the \dot and \enddot commands
// check: indexpage.xml
// config: HAVE_DOT = YES
-// config: DOTFILE_DIRS = .
+// config: DOTFILE_DIRS = $INPUTDIR
/*! class B */
class B {};