summaryrefslogtreecommitdiff
path: root/test/files/jvm/xml02.scala
Commit message (Collapse)AuthorAgeFilesLines
* Begone t1737...Hubert Plociniczak2011-11-021-5/+5
|
* Removes SUnit (long deprecated!) from the stand...Paul Phillips2011-05-191-31/+31
| | | | | | | | | | | | Removes SUnit (long deprecated!) from the standard library. the relatively small number of partest tests in Scala's suite that were still using SUnit now either just use regular asserts, or they print stuff that partest checks with a .check file. Also fixed some bad indentation, removed ancient useless-looking commented-out code, etc. Contributed by Seth Tisue (way to go seth) no review.
* Quite a lot more work on XML equality than I ca...Paul Phillips2010-02-261-8/+8
| | | | | | | | | | | | | | | | | | Quite a lot more work on XML equality than I can properly justify spending time on, but you know how it is once you get started on something. This commit will likely break some code out there in the world but this is impossible to avoid if we are to achieve sane equality in trunk. For anyone who was relying upon the 2.7 equality behavior for scala.xml.* classes, using "xml_==" instead of "==" for comparisons will restore the old behavior. The standard == on xml elements now attempts to behave in such a way that symmetry and hashCode contracts will be preserved. It's probably not 100% there yet, but I can tell you this: it is closer today than it was yesterday. Review by community.
* Restored xml test cases to unminimized tagsPaul Phillips2009-05-151-1/+1
|
* massive new collections checkin.Martin Odersky2009-05-081-1/+1
|
* Modifications to the 10 failing test cases to m...Paul Phillips2009-05-011-1/+1
| | | | | | Modifications to the 10 failing test cases to make them passing test cases in light of the patch from #1118.
* method NodeSeq#\ supports arguments like "@{uri...Burak Emir2008-04-131-3/+31
| | | | | method NodeSeq#\ supports arguments like "@{uri}attrname" for searching prefixed attributes.
* Use String's »matches« method instead of »conta...Geoffrey Washburn2008-01-131-1/+1
| | | | | Use String's »matches« method instead of »contains«.
* fixed namespace printing bug - props to DPP who...Burak Emir2007-11-251-4/+11
| | | | | fixed namespace printing bug - props to DPP who found and reported it.
* added namespace testBurak Emir2007-03-021-0/+1
|
* fixed xml02Burak Emir2007-03-021-24/+13
|
* * small lib addition to testing.SUnit, made Uni...Burak Emir2007-03-021-27/+24
| | | | | | | | * small lib addition to testing.SUnit, made UnitTest @deprecated added * xml pattern matching on prefixes (in SymbolicXMLBuilder) xml name * parsing ensures that names do not end in a colon (namespaces) rewrote * xml02 to use SUnit
* xml improvements for 2.2.1 (see changes)Burak Emir2006-10-141-1/+2
|
* xml changesBurak Emir2006-09-071-0/+55