From b293ca775054871164e9e3c83833a2fd4601387c Mon Sep 17 00:00:00 2001 From: Tor Norbye Date: Fri, 16 Nov 2012 20:11:42 +0100 Subject: Add sdktestutils package and consolidate some test utility code This CL creates a new project, sdk/testutils, which is added to the test projects for ADT and lint. It contains various test utility code, some from ADT tests, some from lint tests, and some duplicated in both, and some new utility code such as a better diff-er. The CL also updates a bunch of tests; many golden files are updated to the new test file diff output format, and some golden files were out of date, and in a couple of cases I fixed some bugs I noticed in the output. Change-Id: I98c49c929916ae9bad24db45602e10ded6c526da --- testutils/.project | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 testutils/.project (limited to 'testutils/.project') diff --git a/testutils/.project b/testutils/.project new file mode 100644 index 0000000..53319e5 --- /dev/null +++ b/testutils/.project @@ -0,0 +1,17 @@ + + + testutils + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + -- cgit v1.1