Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-08-04 20:52:34 +0000
committerDavid Williams2014-08-04 20:52:34 +0000
commit0b8bc21c21dbce528f61b8a578778fc5d36a23f1 (patch)
tree38e018c18cd6ad35fc163a77bcb68e13b084cead
parent1ebf782af0b243f12be678d4465bb364f8f84e0c (diff)
downloadeclipse.platform.releng.aggregator-0b8bc21c21dbce528f61b8a578778fc5d36a23f1.tar.gz
eclipse.platform.releng.aggregator-0b8bc21c21dbce528f61b8a578778fc5d36a23f1.tar.xz
eclipse.platform.releng.aggregator-0b8bc21c21dbce528f61b8a578778fc5d36a23f1.zip
[releng] improved comments
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php
index 86ca33d94..3a3b34376 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php
@@ -2,6 +2,10 @@
// This file is "static" for now, but eventually may compute and upload
// this file more dynamically.
+// BUT, for the moment, the order is important. We expect the order here
+// to be the same order as displayed on test results summary page. (And,
+// while not sure how that can be controlled, eventually, in either case
+// we'd probably want a consistent ordering.
$expectedTestConfigs = array();
$expectedTestConfigs[]="linux.gtk.x86_64_8.0";

Back to the top