summaryrefslogtreecommitdiff
path: root/tests/DumpRenderTree/src/com/android/dumprendertree/ReliabilityTest.java
diff options
context:
space:
mode:
authorGuang Zhu <guangzhu@google.com>2009-09-15 23:47:20 -0700
committerGuang Zhu <guangzhu@google.com>2009-09-15 23:47:20 -0700
commit6bf18bae60ae1ff0bf2407e8db115cbbab6f1b84 (patch)
tree8a359c2be839548db76eebdf72aed1734db20429 /tests/DumpRenderTree/src/com/android/dumprendertree/ReliabilityTest.java
parent610e3595d250f78c857126cd08ef2a82ee650415 (diff)
Refactor logic for starting forward servers and http test cases hacking, so that they can be shared between automated test mode and UI launch mode.
Diffstat (limited to 'tests/DumpRenderTree/src/com/android/dumprendertree/ReliabilityTest.java')
-rw-r--r--tests/DumpRenderTree/src/com/android/dumprendertree/ReliabilityTest.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/DumpRenderTree/src/com/android/dumprendertree/ReliabilityTest.java b/tests/DumpRenderTree/src/com/android/dumprendertree/ReliabilityTest.java
index 71d9758e182d..50b7c3f86872 100644
--- a/tests/DumpRenderTree/src/com/android/dumprendertree/ReliabilityTest.java
+++ b/tests/DumpRenderTree/src/com/android/dumprendertree/ReliabilityTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2009 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package com.android.dumprendertree;
import android.app.Activity;