Commit Graph

6 Commits

Author SHA1 Message Date
Carlos Martín Nieto 57ceb04c78 Return the same index and odb objects in successive calls
Instead of creating a new Go object each time Repository.Index()/Odb()
are called, return the same one as long as the underlying pointer
remains the same.
2013-12-18 16:48:07 +01:00
Vicent Marti 7292cafac2 Add @carlosmn's tests 2013-04-16 23:18:35 +02:00
Carlos Martín Nieto d5a5467738 Delete the whole test dir 2013-03-07 21:01:22 +01:00
Carlos Martín Nieto 1a79563794 Factor out creating the test repo 2013-03-07 21:01:21 +01:00
mrb ac17e28633 Fixed renamed func in index_test 2013-03-06 13:06:00 -05:00
Carlos Martín Nieto 23ba0f1e6d Test the index code slightly 2013-03-06 13:39:53 +01:00