In my case getVersion in Robolectric SQLiteOpenHelper returns always 0. Because of this onCreate is called in DBHelper if the current DATABASE_VERSION is for example greater than 0.
Does anyone know how to configure/set the Database-Version in Robolectric? I am using robolectric-1.1-jar-with-dependencies.jar and roboguice-2.0b4.jar. (Read + write works so far...)
thx