test cases updated
This commit is contained in:
@@ -14,14 +14,13 @@ public class HunkParserTest {
|
||||
|
||||
String root = "/Users/anil.koyuncu/projects/test/fixminer-core/python/data/gumInputLinux/linux/";
|
||||
|
||||
String filename = "8dd302_c4ef85_net#core#dev_ioctl.c";
|
||||
// String filename = "8dd302_c4ef85_net#core#dev_ioctl.c";
|
||||
// String filename = "5924f17_5925a05_net#ipv4#tcp.c";
|
||||
// String filename = "bd0b9ac_b237721_drivers#irqchip#irq-dw-apb-ictl.c";
|
||||
// String filename = "052831_3985e8_include#net#ip_tunnels.h";
|
||||
// String filename = "e76019_28647b_drivers#gpu#drm#i915#i915_drv.h";
|
||||
// 121d52_b03543_drivers#gpu#drm#i915#i915_drv.h
|
||||
// String filename = "4cbe4d_b124f4_include#linux#mlx4#device.h";
|
||||
// String filename = "f70b28_95adb4_arch#arm#kernel#topology.c";
|
||||
String filename = "4cbe4d_b124f4_include#linux#mlx4#device.h"; //enum case stops at block
|
||||
// String filename = "7bf7eac_c01daf_include#linux#dax.h";
|
||||
// bd0b9ac_b237721_drivers#irqchip#irq-dw-apb-ictl.c
|
||||
File revFile = new File(root + "revFiles/"+ filename);
|
||||
File prevFile =new File(root + "prevFiles/prev_"+filename);
|
||||
EDiffHunkParser parser = new EDiffHunkParser();
|
||||
|
||||
Reference in New Issue
Block a user