Skip to content

Commit

Permalink
2004-12-07 Atsushi Enomoto <atsushi@ximian.com>
Browse files Browse the repository at this point in the history
	* Makefile: was missing in the previous commit. Also, moved xml-033 to
	  NEW_TEST_SOURCES_common (not merged in gmcs yet).



svn path=/trunk/mcs/; revision=37295
  • Loading branch information
atsushieno committed Dec 7, 2004
1 parent 7d603ac commit df484a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions mcs/tests/ChangeLog
@@ -1,3 +1,8 @@
2004-12-07 Atsushi Enomoto <atsushi@ximian.com>

* Makefile: was missing in the previous commit. Also, moved xml-033 to
NEW_TEST_SOURCES_common (not merged in gmcs yet).

2004-12-07 Atsushi Enomoto <atsushi@ximian.com>

* Makefile, xml-033.cs, xml-033-ref.xml : test for implicit/explicit
Expand Down
5 changes: 3 additions & 2 deletions mcs/tests/Makefile
Expand Up @@ -26,7 +26,7 @@ USE_MCS_FLAGS :=
# Martin Baulig will manually move them into TEST_SOURCES_common after merging the code into GMCS.
# He may also move some to TEST_EXCLUDE_net_2_0 if some of the merges are inappropriate for GMCS.
#
NEW_TEST_SOURCES_common =
NEW_TEST_SOURCES_common = xml-033

#
# Please do _not_ add any tests here - all new tests should go into NEW_TEST_SOURCES_common
Expand Down Expand Up @@ -219,7 +219,8 @@ ilasm:
TEST_SOURCES_XML = \
xml-001 xml-002 xml-003 xml-004 xml-005 xml-006 xml-007 xml-008 xml-009 xml-010 \
xml-011 xml-012 xml-013 xml-014 xml-015 xml-016 xml-017 xml-018 xml-019 xml-020 \
xml-021 xml-022 xml-023 xml-024 xml-025 xml-026 xml-028 xml-029 xml-030
xml-021 xml-022 xml-023 xml-024 xml-025 xml-026 xml-028 xml-029 xml-030 \
xml-031 xml-032

# currently no formalization on 'cref' attribute was found, so there are some
# differences between MS.NET and mono.
Expand Down

0 comments on commit df484a8

Please sign in to comment.