importing messaging-2008 branch to trunk, going on.
[mono.git] / mono / tests / cas / ChangeLog
1 2008-11-11  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * */Makefile.am: Dont compile with --security as this fails under 
4         Win32 and this is *not* what we want to test here anyway
5
6 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
7
8         * */Makefile.am: Use 'net_1_1' instead of 'default'.
9
10 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
11
12         * Makefile.am: Use 'net_1_1' instead of 'default'.
13
14 2006-06-27  Wade Berrier <wberrier@novell.com>
15
16         * Makefile.am: Remove 'check-local' target so these tests don't get
17         run as part of 'make check' (the runtime tests)
18
19 2006-06-27  Wade Berrier <wberrier@novell.com>
20
21         * Makefile.am: Rename 'all' target so tests aren't compiled at build time.
22         Remove 'clean' target so that clean gets propogated to SUBDIRS.
23
24 2006-06-22  Wade Berrier <wberrier@novell.com>
25
26         * svn:ignore: Ignore Makefile and Makefile.in for this and 
27         each subdir
28
29 2006-06-22  Sebastien Pouliot  <sebastien@ximian.com>
30
31         * Makefile.am: Updated Makefile to add the CAS tests to the tarball
32         and enable them to be more broadly tested;
33         * Makefile: Removed and replaced by Makefile.am
34
35 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
36
37         * Makefile: Added tests from demand directory to execution.
38
39 2005-03-11  Sebastien Pouliot  <sebastien@ximian.com>
40
41         * Makefile: This makefiles calls all CAS tests (in subdirectories) 
42         that shouldn't fail in SVN. It can be called to see if any regressions
43         occured that affects the security manager.