File tree Expand file tree Collapse file tree
core/src/test/java/edu/wpi/grip/core/serialization Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88import com .google .inject .TypeLiteral ;
99import edu .wpi .grip .core .*;
1010import edu .wpi .grip .core .events .OperationAddedEvent ;
11+ import edu .wpi .grip .core .operations .Operations ;
1112import edu .wpi .grip .core .sources .ImageFileSource ;
13+ import edu .wpi .grip .generated .CVOperations ;
1214import edu .wpi .grip .util .Files ;
1315import org .junit .Before ;
1416import org .junit .Test ;
@@ -58,6 +60,9 @@ public void setUp() throws Exception {
5860 project = injector .getInstance (Project .class );
5961 stepFactory = injector .getInstance (Step .Factory .class );
6062
63+ Operations .addOperations (eventBus );
64+ CVOperations .addOperations (eventBus );
65+
6166 //Set up the test project file to work with this machine
6267 String fileName = testprojectURI .toString ().substring (5 );
6368 String photoFileName = testphotoURI .toString ().substring (5 );
You can’t perform that action at this time.
0 commit comments