Ian McCoy
Forum Replies Created
-
AuthorPosts
-
Ian McCoy
ParticipantJesse,
Thanks for the patch. Yes, I made a custom image. I have roughly ~500 of the OCGs in the field running corecdp-2.2.2. Can I create a *.ipk package to upgrade bash or do I need to flash a new image? Finally, will it play well with CoreCDP version 2.2.2?
Regards,
Ian
Ian McCoy
ParticipantJonathan,
Thanks for the help getting JUnit set-up that worked great.
Ian
Ian McCoy
ParticipantJonathan,
Can you please add some more details on how you declared and added tests for the ‘tests’ variable you mentioned above.
Most of the documentation I have read mentioned using annotations to declare tests suites, like as follows:
// specify a runner class: Suite.class
@RunWith(Suite.class)
// specify an array of test classes
@Suite.SuiteClasses({
HelloTest.class,
ExpectedExceptionTest1.class,
ExpectedExceptionTest2.class}
)
I’m struggling how to get an array of classes using this approach to pass into runClasses(tests) method.
Regards,
Ian
Ian McCoy
ParticipantJonathan,
Thanks, This was really helpful. I’ll try this approach. If I get stuck, I may ask another question.
Regards,
Ian
Ian McCoy
ParticipantWill do. Thanks Bryan for your help.
Ian McCoy
ParticipantThe latest, 2.2.2 .
Ian McCoy
ParticipantBryan,
I did recompile it, but after I reloaded the corecdp-full-image, I went ahead and copied the original version of the io-app.jar from the JDK (and the lib directory) and I still get the same error.
Regards,
Ian
-
AuthorPosts