Merge lp:~zorba-coders/zorba/fix-import-fots into lp:zorba

Proposed by Chris Hillery
Status: Merged
Approved by: Chris Hillery
Approved revision: 11298
Merged at revision: 11297
Proposed branch: lp:~zorba-coders/zorba/fix-import-fots
Merge into: lp:zorba
Diff against target: 31 lines (+1/-9)
2 files modified
test/fots/CMakeLists.txt (+0/-8)
test/fots/ImportFOTS.cmake (+1/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/fix-import-fots
Reviewer Review Type Date Requested Status
Paul J. Lucas Approve
Chris Hillery Approve
Review via email: mp+154533@code.launchpad.net

Commit message

Fix erroneous ELSEIF() condition.

To post a comment you must log in.
Revision history for this message
Chris Hillery (ceejatec) :
review: Approve
Revision history for this message
Paul J. Lucas (paul-lucas) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

The attempt to merge lp:~zorba-coders/zorba/fix-import-fots into lp:zorba failed. Below is the output from the failed tests.

CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:275 (message):
  Validation queue job fix-import-fots-2013-03-20T22-20-39.169Z is finished.
  The final status was:

  2 tests did not succeed - changes not commited.

Error in read script: /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake

11298. By Chris Hillery

FOTS progressions that were missed while RQ was broken.

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job fix-import-fots-2013-03-20T22-52-37.809Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'test/fots/CMakeLists.txt'
2--- test/fots/CMakeLists.txt 2013-03-20 06:58:59 +0000
3+++ test/fots/CMakeLists.txt 2013-03-20 22:52:22 +0000
4@@ -479,14 +479,6 @@
5 EXPECTED_FOTS_FAILURE (op-subtract-yearMonthDuration-from-date cbcl-subtract-yearMonthDuration-from-date-002 0)
6 EXPECTED_FOTS_FAILURE (op-subtract-yearMonthDuration-from-dateTime cbcl-subtract-yearMonthDuration-from-dateTime-002 0)
7 EXPECTED_FOTS_FAILURE (op-subtract-yearMonthDurations cbcl-subtract-yearMonthDurations-003 0)
8-EXPECTED_FOTS_FAILURE (op-time-greater-than cbcl-time-greater-than-004 1157567)
9-EXPECTED_FOTS_FAILURE (op-time-greater-than cbcl-time-greater-than-005 1157567)
10-EXPECTED_FOTS_FAILURE (op-time-greater-than cbcl-time-greater-than-009 1157567)
11-EXPECTED_FOTS_FAILURE (op-time-greater-than cbcl-time-greater-than-010 1157567)
12-EXPECTED_FOTS_FAILURE (op-time-less-than cbcl-time-less-than-004 1157567)
13-EXPECTED_FOTS_FAILURE (op-time-less-than cbcl-time-less-than-005 1157567)
14-EXPECTED_FOTS_FAILURE (op-time-less-than cbcl-time-less-than-009 1157567)
15-EXPECTED_FOTS_FAILURE (op-time-less-than cbcl-time-less-than-010 1157567)
16 EXPECTED_FOTS_FAILURE (prod-AllowingEmpty outer-013 0)
17 EXPECTED_FOTS_FAILURE (prod-Annotation annotation-3 0)
18 EXPECTED_FOTS_FAILURE (prod-Annotation annotation-26 0)
19
20=== modified file 'test/fots/ImportFOTS.cmake'
21--- test/fots/ImportFOTS.cmake 2013-03-20 07:23:34 +0000
22+++ test/fots/ImportFOTS.cmake 2013-03-20 22:52:22 +0000
23@@ -29,7 +29,7 @@
24 SET (_outdir "${BUILDDIR}/test/fots")
25 IF(EXISTS "${_outdir}/${FOTS_ARCHIVE}")
26 MESSAGE (STATUS "FOTS archive '${FOTS_ARCHIVE}' already downloaded.")
27-ELSEIF(EXISTS "${_outdir}/${FOTS_ARCHIVE}")
28+ELSE(EXISTS "${_outdir}/${FOTS_ARCHIVE}")
29 MESSAGE (STATUS "Downloading FOTS archive '${FOTS_ARCHIVE}'...")
30 FILE (DOWNLOAD http://zorbatest.lambda.nu:8080/~spungi/${FOTS_ARCHIVE}
31 "${_outdir}/${FOTS_ARCHIVE}" STATUS _dlstat SHOW_PROGRESS)

Subscribers

People subscribed via source and target branches