History log of /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/PatternSyntaxExceptionTest.java
Revision Date Author Comments
c907a4c7191765bb5180c5941a4ddf31f56c33f6 06-Jan-2016 Narayan Kamath <narayan@google.com> Update bogus PatternSyntaxException test case.

Providing an index but not a pattern doesn't make much sense so the
output shouldn't either.

bug: 26326992
Change-Id: Iec8868656366e89b6fb4c21bc86d4812db1a09a8
68eb7077aa93729e8a4ce289afac6643f24b0b18 02-Aug-2013 Elliott Hughes <enh@google.com> Fix build.

Change-Id: Ie6ecb725cf8a93bb2ecd2bafdbfef445c7cc4eea
195c30902fd54c9e822183a19d570e15f0f8d007 02-Aug-2013 Elliott Hughes <enh@google.com> Fix PatternSyntaxExceptionTest.

The now-deleted copy had the serialization test code, but the other copy had
the serialization test data. Fixed by merging.

Bug: 10127357
Change-Id: Ie3b81b6cd00621965ab2a6a94dc3566df9751649
229e34b182b98e1dba15d3dc6341954986ae2b7a 03-Mar-2011 Brian Carlstrom <bdc@google.com> Removing use of @tests and @Test.* annotations

Change-Id: I89243efdeebe22543c45a2166b634f40c3e78cf8
f33eae7e84eb6d3b0f4e86b59605bb3de73009f3 13-May-2010 Elliott Hughes <enh@google.com> Remove all trailing whitespace from the dalvik team-maintained parts of libcore.

Gentlemen, you may now set your editors to "strip trailing whitespace"...

Change-Id: I85b2f6c80e5fbef1af6cab11789790b078c11b1b
cec4dd4b1d33f78997603d0f89c0d0e56e64dbcd 26-Apr-2010 Peter Hallam <peterhal@google.com> merge more modules into luni