Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EZP-21781: ezfSolrDocumentFieldBaseTest::testGetFieldName() throws an error because of updated table structure #132

Merged
merged 2 commits into from
Oct 24, 2014

Conversation

jeromegamez
Copy link
Contributor

The Unit Test ezfSolrDocumentFieldBaseTest::testGetFieldName() throws an error because of the following SQL statement which assumes one column more than actually exists in the table ezcontentobject_link:

$q4 = "INSERT INTO ezcontentobject_link VALUES( {$ezcca4->attribute( 'id' )}, $srcObjId4, 1, 123456, 0, 8, $imageId4 );";

This PR fixes this.

https://jira.ez.no/browse/EZP-21781

Cheers
:octocat: Jérôme

andrerom added a commit that referenced this pull request Oct 24, 2014
EZP-21781: ezfSolrDocumentFieldBaseTest::testGetFieldName() throws an error because of updated table structure
@andrerom andrerom merged commit bbd3f3e into ezsystems:master Oct 24, 2014
@andrerom
Copy link
Contributor

+1

@andrerom
Copy link
Contributor

Caused by dropped op_code column in 5.1

@jeromegamez jeromegamez deleted the EZP-21781_sql_statement branch October 24, 2014 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants