# HG changeset patch # User Glenn Morris # Date 1204259243 0 # Node ID 0c367d3e39fe3bac046a627a537ffb3b07d1499d # Parent 4bf2807d078513545954d6a9cef87bc2a4310060 New file. diff -r 4bf2807d0785 -r 0c367d3e39fe test/ChangeLog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/ChangeLog Fri Feb 29 04:27:23 2008 +0000 @@ -0,0 +1,29 @@ +2008-02-29 Ulf Jasper + + * icalendar-testsuite.el: New file. + +;; Local Variables: +;; coding: iso-2022-7bit +;; add-log-time-zone-rule: t +;; End: + + Copyright (C) 2008 Free Software Foundation, Inc. + + This file is part of GNU Emacs. + + GNU Emacs 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; either version 3, or (at your option) + any later version. + + GNU Emacs 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with GNU Emacs; see the file COPYING. If not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. + +;;; arch-tag: 6f0d1c86-c141-46da-b387-cf17e38c7bf7 diff -r 4bf2807d0785 -r 0c367d3e39fe test/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/README Fri Feb 29 04:27:23 2008 +0000 @@ -0,0 +1,2 @@ +This directory contains files intended to test various aspects of +Emacs's functionality. Please help add tests!