Merge lp:~zorba-coders/zorba/bug1091844 into lp:zorba

Proposed by Rodolfo Ochoa
Status: Merged
Approved by: Chris Hillery
Approved revision: 11152
Merged at revision: 11155
Proposed branch: lp:~zorba-coders/zorba/bug1091844
Merge into: lp:zorba
Diff against target: 12 lines (+0/-2)
1 file modified
src/unit_tests/test_hashmaps.cpp (+0/-2)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bug1091844
Reviewer Review Type Date Requested Status
Luis Rodriguez Gonzalez Approve
Chris Hillery Approve
Rodolfo Ochoa Approve
Review via email: mp+140539@code.launchpad.net

Commit message

the problem was a reference to time.h
don't know exactly how this reference affected so much, but this header is not need for this test.

Description of the change

the problem was a reference to time.h
don't know exactly how this reference affected so much, but this header is not need for this test.

To post a comment you must log in.
Revision history for this message
Rodolfo Ochoa (rodolfo-ochoa) :
review: Approve
Revision history for this message
Chris Hillery (ceejatec) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Luis Rodriguez Gonzalez (kuraru) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job bug1091844-2012-12-18T21-45-49.868Z 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 'src/unit_tests/test_hashmaps.cpp'
2--- src/unit_tests/test_hashmaps.cpp 2012-12-12 14:08:58 +0000
3+++ src/unit_tests/test_hashmaps.cpp 2012-12-18 20:51:44 +0000
4@@ -4,8 +4,6 @@
5 #include <stdio.h>
6 #include <iostream>
7
8-#include <zorba/util/time.h>
9-
10 #include "zorbautils/hashmap.h"
11 #include "util/hashmap32.h"
12 #include "util/hashmap.h"

Subscribers

People subscribed via source and target branches