* test-dist.el (test-version-toplevel-changelog): Fixed regexp.
authorkaoru <kaoru>
Wed, 11 Dec 2002 15:43:38 +0000 (15:43 +0000)
committerkaoru <kaoru>
Wed, 11 Dec 2002 15:43:38 +0000 (15:43 +0000)
tests/ChangeLog
tests/test-dist.el

index 58d1ae9..e479f1d 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * test-dist.el (test-version-toplevel-changelog): Fixed regexp.
+
 2002-10-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
        * test-dist.el (test-version-readme): New testcase.
index 9e51553..d2c82f8 100644 (file)
     (with-temp-buffer
       (insert-file-contents (expand-file-name "ChangeLog" "./"))
       (re-search-forward
-       "\\* \\([0-9\\.]+\\) - \"\\([^\"]+\\)\".$")
+       "^\t\\* \\([0-9\\.]+\\) - \"\\([^\"]+\\)\"$")
       (lunit-assert
        (string=
        (product-version-string (product-find 'wl-version))