Changeset 105
- Timestamp:
- 07/28/09 20:26:21 (1 year ago)
- Files:
-
- trunk/src/test/org/lastpod/MockModel.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/test/org/lastpod/MockModel.java
r85 r105 70 70 } 71 71 72 public Object submitTracks(UI userInterface, boolean online) { 73 return LastPod.NO_PREFS_ERROR; 74 } 75 72 76 /** 73 77 * Parses the play counts and track information from the iPod. … … 212 216 History.getInstance("."); 213 217 214 Scrobbler scrobbler = new Scrobbler(null, null, null );218 Scrobbler scrobbler = new Scrobbler(null, null, null, null); 215 219 scrobbler.addInactiveToHistories(inactiveRecentPlayed); 216 220 scrobbler.addHistories(activeRecentPlayed);
