backdrop-contrib / og

The Organic Groups module provides users the ability to create, manage, and delete 'groups' on a site.
GNU General Public License v2.0
1 stars 8 forks source link

Issue #32. Fix OgNonMembersPublishingContentTestCase #70

Closed argiepiano closed 2 years ago

argiepiano commented 2 years ago

Fixes #32.

Now that entityreference_prepopulate has been ported, this test now passes!

argiepiano commented 2 years ago

Closing and opening again, to see if simpletest picks up the very recent release of entityreference_prepopulate.

argiepiano commented 2 years ago

I see this still fails - strange. It was passing in my local.

I'll check on this later tonight or tomorrow.

argiepiano commented 2 years ago

Testing again

argiepiano commented 2 years ago

There is something wrong with the testing framework here. I think this may be an issue because the first test run without downloading entityreference_prepopulate since it was not released. Subsequent tests still think it doesn't exist. I'm testing in my local AND in a tugboat site, and it's passing in both.

I guess I'll just close this PR and create a new one to see what happens... probably tomorrow.

laryn commented 2 years ago

@argiepiano Are you testing both of those through the UI with entityreference_prepopulate already downloaded?

laryn commented 2 years ago

@argiepiano Spitballing here but this list makes me wonder:

[Failed] Enabled modules: og_test, entityreference_prepopulate, entityreference, og, og_entity_test

Is it trying to enable entityreference_prepopulate before entityreference and failing due to the dependency not being met?

argiepiano commented 2 years ago

Is it trying to enable entityreference_prepopulate before entityreference and failing due to the dependency not being met?

Thanks @laryn. I'll check on that later.

argiepiano commented 2 years ago

I will try again in a different PR.