huwcbjones / COMP2211

SEG
1 stars 0 forks source link

Database::createCampaign doesn't save the database to databaseFile #15

Closed huwcbjones closed 7 years ago

huwcbjones commented 7 years ago

Database::createCampaign always creates a database called "Campaign" - it ignores the databaseFile argument.

CharlesGdn commented 7 years ago

if this is the problem (the object being named Campaign) then we can just replace it by the String return by databasefile.getName()

db

fredtargaryen commented 7 years ago

Should be fixed in input-from-gui when I push next

huwcbjones commented 7 years ago

Fixed in database-fix

huwcbjones commented 7 years ago

Fixed in #18