From 38507bb993239a4d8135c6cc253187efe6e976fc Mon Sep 17 00:00:00 2001 From: Christopher Tate Date: Fri, 11 Mar 2011 12:39:17 -0800 Subject: Add a test app: quota exceeded doing a backup This is a simple test app (a clone of the Backup/Restore sample code) that deliberately backs up 20 megabytes of data every time it performs a backup pass. This is to trigger the quota-exceeded logic both on the client and on the backend, for testing purposes. Change-Id: I01f04d0f85c827baadf1990c09643d5eb5f88266 --- tests/HugeBackup/res/values/strings.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tests/HugeBackup/res/values/strings.xml (limited to 'tests/HugeBackup/res/values') diff --git a/tests/HugeBackup/res/values/strings.xml b/tests/HugeBackup/res/values/strings.xml new file mode 100644 index 0000000..c0b9226 --- /dev/null +++ b/tests/HugeBackup/res/values/strings.xml @@ -0,0 +1,28 @@ + + + + + Choose a sandwich filling: + Bacon + Pastrami + Hummus + + Extras: + Mayonnaise\? + Tomato\? + + Restore last data + -- cgit v1.1